Skip to content

Commit 08b5c20

Browse files
committed
fix test
1 parent 2eb5a3f commit 08b5c20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/application/TestApplication.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ public void testLibrariesLocations() {
9494

9595
@Test
9696
public void testLibrary() {
97-
Application app = LCCore.getApplication();
9897
LoadedLibrary lib = new LoadedLibrary(new Artifact("mygroup", "myname", new Version("1")), null);
99-
Assert.assertEquals(app.getClassLoader(), lib.getClassLoader());
10098
Assert.assertEquals("mygroup", lib.getGroupId());
10199
Assert.assertEquals("myname", lib.getArtifactId());
102100
Assert.assertEquals("1", lib.getVersion().toString());

0 commit comments

Comments
 (0)