import org.apache.hadoop.raid.TestDirectoryRaidDfs;
public class TestDirectoryRSRaidDfsTwoBlocks extends TestCase {
public void testRSRaidDirDfsTwoBlocks() throws Exception{
TestDirectoryRaidDfs tdrd = new TestDirectoryRaidDfs();
tdrd.testRaidDirDfs("rs",
new Integer[][]
{{0, 1}, {0, 2}, {1, 2}, {-1, -2}, {-1, -3}, {-2, -3}});
}
}