Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 7fb3fec

Browse files
committed
Adjust test expectations.
1 parent 6ccb6b3 commit 7fb3fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.m2e.tests/src/org/eclipse/m2e/tests/jdt/JavaClasspathTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public void test526858_TestClasspathAttributeOnJar() throws Exception {
361361
assertEquals("commons-io-2.17.0.jar", classpathEntries[2].getPath().lastSegment());
362362
assertNotTest(classpathEntries[2]);
363363
//test + transitive test dependencies
364-
assertEquals("commons-beanutils-1.9.4.jar", classpathEntries[3].getPath().lastSegment());
364+
assertEquals("commons-beanutils-1.11.0.jar", classpathEntries[3].getPath().lastSegment());
365365
assertTest(classpathEntries[3]);
366366
}
367367

0 commit comments

Comments
 (0)