diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/junit/com/sun/gluegen/BasicTest.java | 4 | ||||
-rw-r--r-- | test/junit/com/sun/gluegen/test.cfg | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/junit/com/sun/gluegen/BasicTest.java b/test/junit/com/sun/gluegen/BasicTest.java index a12cc76..b186c53 100644 --- a/test/junit/com/sun/gluegen/BasicTest.java +++ b/test/junit/com/sun/gluegen/BasicTest.java @@ -1,7 +1,7 @@ package com.sun.gluegen; -import com.jogamp.gluegen.runtime.Buffers; -import com.jogamp.gluegen.runtime.PointerBuffer; +import com.jogamp.common.nio.Buffers; +import com.jogamp.common.nio.PointerBuffer; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.nio.ByteBuffer; diff --git a/test/junit/com/sun/gluegen/test.cfg b/test/junit/com/sun/gluegen/test.cfg index a709897..a2ac567 100644 --- a/test/junit/com/sun/gluegen/test.cfg +++ b/test/junit/com/sun/gluegen/test.cfg @@ -5,3 +5,5 @@ JavaOutputDir java NativeOutputDir native CustomCCode #include "test.h" + +Import com.jogamp.common.nio.*
\ No newline at end of file |