diff options
author | Sven Gothel <[email protected]> | 2011-12-02 02:38:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-02 02:38:12 +0100 |
commit | 28f9b90a728ef1d683fa53d9c521af27a389baaf (patch) | |
tree | 6581f8691b0d165a265c9bfe81ca1c67837f36b1 /src/junit/com/jogamp/common/util/TestTempJarCache.java | |
parent | 2a461c6dc4e4ce01bdfe114e72cc69ec08fb2390 (diff) |
Fix Test1p2ProcAddressEmitter (static var); Add TestTracer
Diffstat (limited to 'src/junit/com/jogamp/common/util/TestTempJarCache.java')
-rw-r--r-- | src/junit/com/jogamp/common/util/TestTempJarCache.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/common/util/TestTempJarCache.java b/src/junit/com/jogamp/common/util/TestTempJarCache.java index f1630d4..bff66f9 100644 --- a/src/junit/com/jogamp/common/util/TestTempJarCache.java +++ b/src/junit/com/jogamp/common/util/TestTempJarCache.java @@ -47,8 +47,9 @@ import com.jogamp.common.os.Platform; import com.jogamp.common.util.cache.TempCacheReg; import com.jogamp.common.util.cache.TempFileCache; import com.jogamp.common.util.cache.TempJarCache; +import com.jogamp.junit.util.TestTracer; -public class TestTempJarCache { +public class TestTempJarCache extends TestTracer { static TempFileCache fileCache; static class TestClassLoader extends URLClassLoader { |