HADOOP-13006 FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run. (Kai Sasaki via stevel)
This commit is contained in:
parent
2f983b161f
commit
c8797e0e39
|
@ -272,7 +272,8 @@ public abstract class FileContextMainOperationsBaseTest {
|
||||||
// expected
|
// expected
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testListStatusThrowsExceptionForNonExistentFile()
|
public void testListStatusThrowsExceptionForNonExistentFile()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue