2015-04-05 18:43:18 +00:00
|
|
|
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
|
2014-04-22 07:08:29 +00:00
|
|
|
Assert.assertEquals(f0, f1);
|
|
|
|
}
|
2015-04-05 18:43:18 +00:00
|
|
|
|
2014-04-22 07:08:29 +00:00
|
|
|
+ @org.junit.Ignore
|
|
|
|
@Test
|
|
|
|
public void testTempJarCache02AddNativeLibs() throws IOException, IllegalArgumentException, URISyntaxException {
|
|
|
|
if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; }
|
2015-04-05 18:43:18 +00:00
|
|
|
@@ -227,6 +228,7 @@ public class TestTempJarCache extends Si
|
2014-04-22 07:08:29 +00:00
|
|
|
Assert.assertTrue(f.exists());
|
|
|
|
}
|
|
|
|
|
|
|
|
+ @org.junit.Ignore
|
|
|
|
@Test
|
|
|
|
public void testTempJarCache04aSameClassLoader() throws IOException {
|
|
|
|
assertTempFileCachesIndividualInstances(true, TempJarCache.getTempFileCache(), TempJarCache.getTempFileCache());
|