Skip to content

Commit 4ead943

Browse files
committed
addressed the failure of TestClassUtil.
1 parent f241a09 commit 4ead943

File tree

1 file changed

+1
-1
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestClassUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public void testFindContainingJar() {
3535
Assert.assertTrue("Containing jar does not exist on file system ",
3636
jarFile.exists());
3737
Assert.assertTrue("Incorrect jar file " + containingJar,
38-
jarFile.getName().matches("log4j.*[.]jar"));
38+
jarFile.getName().matches("reload4j.*[.]jar"));
3939
}
4040
}

0 commit comments

Comments
 (0)