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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/67912215
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/67912215
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/67912215

Branch: refs/heads/HDFS-7240
Commit: 6791221572ee99528bbc1dbd182f4bd902c2edf1
Parents: 594c70f
Author: Steve Loughran <[email protected]>
Authored: Fri Apr 8 12:59:01 2016 +0100
Committer: Steve Loughran <[email protected]>
Committed: Fri Apr 8 12:59:19 2016 +0100

----------------------------------------------------------------------
 .../org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/67912215/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java
index 5f201eb..78b40b5 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java
@@ -272,7 +272,8 @@ public abstract class FileContextMainOperationsBaseTest  {
       // expected
     }
   } 
-  
+
+  @Test
   public void testListStatusThrowsExceptionForNonExistentFile()
                                                     throws Exception {
     try {

Reply via email to