diff options
author | Michael Bien <[email protected]> | 2010-03-31 21:12:09 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-31 21:12:09 +0200 |
commit | 22262166e07de99ae0d4557e4f87e3bd1c5cd6dd (patch) | |
tree | 1fd14a422efe1aac215e65faaa89b7e4d7bd1ff1 /test | |
parent | c5068e42758aeecbd0a3fbf4c2e2b755661e950e (diff) |
introduced com.jogamp.common.{nio,os} packages and moved some classes.
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 |