From 6791221572ee99528bbc1dbd182f4bd902c2edf1 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 8 Apr 2016 12:59:01 +0100 Subject: [PATCH] HADOOP-13006 FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run. (Kai Sasaki via stevel) --- .../apache/hadoop/fs/FileContextMainOperationsBaseTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 5f201eb267..78b40b53bf 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 void testGetFileStatusThrowsExceptionForNonExistentFile() // expected } } - + + @Test public void testListStatusThrowsExceptionForNonExistentFile() throws Exception { try {