From 06318d44c94c494fe6862ac8cf97fca799d05800 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 5 Aug 2023 02:13:27 +0200 Subject: WIP JavaCallback Tests: Fix: test2-CustomJavaImplCode.java.stub must be 'IncludeAs' for both implementations, Bindingtest2p1Impl and Bindingtest2p2Impl --- src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/junit/com') diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg index d187577..79663b1 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg +++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg @@ -139,8 +139,9 @@ JavaCallbackKey alEventCallback1 0 2 ALEVENTPROCSOFT 1 5 # # End JavaCallback -IncludeAs CustomJavaCode Bindingtest2 test2-CustomJavaIfCode.java.stub -IncludeAs CustomJavaCode Bindingtest2Impl test2-CustomJavaImplCode.java.stub +IncludeAs CustomJavaCode Bindingtest2 test2-CustomJavaIfCode.java.stub +IncludeAs CustomJavaCode Bindingtest2p1Impl test2-CustomJavaImplCode.java.stub +IncludeAs CustomJavaCode Bindingtest2p2Impl test2-CustomJavaImplCode.java.stub # Begin JavaCallback # -- cgit v1.2.3