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 4345ba0 commit b166b71Copy full SHA for b166b71
org.eclipse.m2e.tests/src/org/eclipse/m2e/tests/jdt/JavaClasspathTest.java
@@ -361,7 +361,7 @@ public void test526858_TestClasspathAttributeOnJar() throws Exception {
361
assertEquals("commons-io-2.17.0.jar", classpathEntries[2].getPath().lastSegment());
362
assertNotTest(classpathEntries[2]);
363
//test + transitive test dependencies
364
- assertEquals("commons-beanutils-1.9.4.jar", classpathEntries[3].getPath().lastSegment());
+ assertEquals("commons-beanutils-1.11.0.jar", classpathEntries[3].getPath().lastSegment());
365
assertTest(classpathEntries[3]);
366
}
367
0 commit comments