Parcourir la source

HADOOP-13006 FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run. (Kai Sasaki via stevel)

Steve Loughran il y a 9 ans
Parent
commit
6791221572

+ 2 - 1
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java

@@ -272,7 +272,8 @@ public abstract class FileContextMainOperationsBaseTest  {
       // expected
       // expected
     }
     }
   } 
   } 
-  
+
+  @Test
   public void testListStatusThrowsExceptionForNonExistentFile()
   public void testListStatusThrowsExceptionForNonExistentFile()
                                                     throws Exception {
                                                     throws Exception {
     try {
     try {