diff options
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java b/src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java index cd6e85d..c5dcdef 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java +++ b/src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java @@ -85,7 +85,7 @@ public class Test1p2ProcAddressEmitter extends BaseClass { */ @Test public void chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray() throws Exception { - chapter03TestCoverageFunctionalityNIOAndPrimitiveArray(new Bindingtest1p1Impl(), true); + chapter03TestCoverageFunctionalityNIOAndPrimitiveArray(new Bindingtest1p2Impl(), true); } /** @@ -96,7 +96,7 @@ public class Test1p2ProcAddressEmitter extends BaseClass { */ @Test public void chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray() throws Exception { - chapter03TestCoverageFunctionalityNIOAndPrimitiveArray(new Bindingtest1p1Impl(), false); + chapter03TestCoverageFunctionalityNIOAndPrimitiveArray(new Bindingtest1p2Impl(), false); } /** @@ -120,7 +120,7 @@ public class Test1p2ProcAddressEmitter extends BaseClass { */ @Test public void chapter09TestCompoundAndAlignment() throws Exception { - chapter09TestCompoundAndAlignment(new Bindingtest1p1Impl()); + chapter09TestCompoundAndAlignment(new Bindingtest1p2Impl()); } public static void main(String args[]) throws IOException { |