forked from pool/gluegen2
Update to latest upstream version 2.3.1 OBS-URL: https://build.opensuse.org/request/show/294472 OBS-URL: https://build.opensuse.org/package/show/Java:packages/gluegen2?expand=0&rev=8
21 lines
993 B
Diff
21 lines
993 B
Diff
Index: gluegen-v2.3.1/src/junit/com/jogamp/common/util/TestTempJarCache.java
|
|
===================================================================
|
|
--- gluegen-v2.3.1.orig/src/junit/com/jogamp/common/util/TestTempJarCache.java
|
|
+++ gluegen-v2.3.1/src/junit/com/jogamp/common/util/TestTempJarCache.java
|
|
@@ -193,6 +193,7 @@ public class TestTempJarCache extends Si
|
|
Assert.assertEquals(f0, f1);
|
|
}
|
|
|
|
+ @org.junit.Ignore
|
|
@Test
|
|
public void testTempJarCache02AddNativeLibs() throws IOException, IllegalArgumentException, URISyntaxException {
|
|
if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; }
|
|
@@ -227,6 +228,7 @@ public class TestTempJarCache extends Si
|
|
Assert.assertTrue(f.exists());
|
|
}
|
|
|
|
+ @org.junit.Ignore
|
|
@Test
|
|
public void testTempJarCache04aSameClassLoader() throws IOException {
|
|
assertTempFileCachesIndividualInstances(true, TempJarCache.getTempFileCache(), TempJarCache.getTempFileCache());
|