summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/gluegen
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-02 02:57:18 +0100
committerSven Gothel <[email protected]>2011-12-02 02:57:18 +0100
commite5aaa05c071e311f1f0d8298dce268a3b44d32ea (patch)
tree8cc9eaf44f3bd0e4f8f61c66d5cc791831730828 /src/junit/com/jogamp/gluegen
parent28f9b90a728ef1d683fa53d9c521af27a389baaf (diff)
TestTracer -> JunitTracerv2.0-rc4
Diffstat (limited to 'src/junit/com/jogamp/gluegen')
-rw-r--r--src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java b/src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java
index 0bed9f5..4673805 100644
--- a/src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java
@@ -32,7 +32,7 @@ import com.jogamp.common.nio.Buffers;
import com.jogamp.common.nio.PointerBuffer;
import com.jogamp.common.os.MachineDescription;
import com.jogamp.common.os.Platform;
-import com.jogamp.junit.util.TestTracer;
+import com.jogamp.junit.util.JunitTracer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
@@ -48,7 +48,7 @@ import org.junit.Assert;
* @author Michael Bien
* @author Sven Gothel
*/
-public class BaseClass extends TestTracer {
+public class BaseClass extends JunitTracer {
/**
* Verifies the existence and creation of the generated class.