From 28f9b90a728ef1d683fa53d9c521af27a389baaf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 2 Dec 2011 02:38:12 +0100 Subject: Fix Test1p2ProcAddressEmitter (static var); Add TestTracer --- src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/junit/com/jogamp/common/nio/CachedBufferFactoryTest.java') 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; -- cgit v1.2.3