From e5aaa05c071e311f1f0d8298dce268a3b44d32ea Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 2 Dec 2011 02:57:18 +0100 Subject: TestTracer -> JunitTracer --- src/junit/com/jogamp/common/util/TestArrayHashSet01.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/junit/com/jogamp/common/util/TestArrayHashSet01.java') diff --git a/src/junit/com/jogamp/common/util/TestArrayHashSet01.java b/src/junit/com/jogamp/common/util/TestArrayHashSet01.java index a41b86c..1e1c281 100644 --- a/src/junit/com/jogamp/common/util/TestArrayHashSet01.java +++ b/src/junit/com/jogamp/common/util/TestArrayHashSet01.java @@ -34,9 +34,9 @@ import java.io.IOException; import org.junit.Assert; import org.junit.Test; -import com.jogamp.junit.util.TestTracer; +import com.jogamp.junit.util.JunitTracer; -public class TestArrayHashSet01 extends TestTracer { +public class TestArrayHashSet01 extends JunitTracer { public static class Dummy { int i1, i2, i3; -- cgit v1.2.3