Skip to content

Commit 92c28c1

Browse files
committed
HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading path. Contributed by Xieming Li.
1 parent d0302d3 commit 92c28c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractDeleteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void testDeleteNonEmptyDirNonRecursive() throws Throwable {
8686

8787
@Test
8888
public void testDeleteNonEmptyDirRecursive() throws Throwable {
89-
Path path = path("testDeleteNonEmptyDirNonRecursive");
89+
Path path = path("testDeleteNonEmptyDirRecursive");
9090
mkdirs(path);
9191
Path file = new Path(path, "childfile");
9292
ContractTestUtils.writeTextFile(getFileSystem(), file, "goodbye, world",

0 commit comments

Comments
 (0)