We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f241a09 commit 4ead943Copy full SHA for 4ead943
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestClassUtil.java
@@ -35,6 +35,6 @@ public void testFindContainingJar() {
35
Assert.assertTrue("Containing jar does not exist on file system ",
36
jarFile.exists());
37
Assert.assertTrue("Incorrect jar file " + containingJar,
38
- jarFile.getName().matches("log4j.*[.]jar"));
+ jarFile.getName().matches("reload4j.*[.]jar"));
39
}
40
0 commit comments