remove obsolete test
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
fb0290c88a
commit
129be15f50
|
@ -381,13 +381,4 @@ public class ResourceTest
|
|||
assertNotNull(same);
|
||||
assertTrue(same.isAlias());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testJarReferenceAsURINotYetMounted()
|
||||
{
|
||||
Path jar = MavenTestingUtils.getTestResourcePathFile("example.jar");
|
||||
URI jarFileUri = URIUtil.toJarFileUri(jar.toUri());
|
||||
assertNotNull(jarFileUri);
|
||||
assertThrows(IllegalStateException.class, () -> resourceFactory.newResource(jarFileUri));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue