aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java')
-rw-r--r--src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java b/src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java
index a00f4c9..4157bdf 100644
--- a/src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java
+++ b/src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java
@@ -42,6 +42,8 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
+import com.jogamp.junit.util.TestTracer;
+
import static java.lang.System.*;
import static org.junit.Assert.*;
@@ -49,7 +51,7 @@ import static org.junit.Assert.*;
*
* @author Michael Bien
*/
-public class CachedBufferFactoryTest {
+public class CachedBufferFactoryTest extends TestTracer {
private final int BUFFERCOUNT = 120;