jUnit reports 34 errors for Max OSX 10.6.4
Posted by Matt Langston on Jul 24, 2010; 5:09pm
URL: https://forum.jogamp.org/jUnit-reports-34-errors-for-Max-OSX-10-6-4-tp992426.html
jUnit reported 34 errors out of 48 tests when run on Max OSX 10.6.4 on my MacBook Pro.
The errors concern the native libs. The following output from jUNit is representative - any suggestions?
[junit] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper
[junit] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.027 sec
[junit]
[junit] Testcase: test01 took 0.01 sec
[junit] Caused an ERROR
[junit] enqueueKeyEvent
[junit] java.lang.NoSuchMethodError: enqueueKeyEvent
[junit] at com.jogamp.newt.impl.macosx.MacWindow.initIDs0(Native Method)
[junit] at com.jogamp.newt.impl.macosx.MacDisplay.<clinit>(MacDisplay.java:50)
[junit] at com.jogamp.newt.impl.macosx.MacWindow.<clinit>(MacWindow.java:139)
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:169)
[junit] at com.jogamp.newt.Window.getWindowClass(Window.java:81)
[junit] at com.jogamp.newt.Window.init(Window.java:64)
[junit] at com.jogamp.newt.NewtFactory.<clinit>(NewtFactory.java:49)
[junit] at com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper.runTestGL(TestGearsNewtAWTWrapper.java:72)
[junit] at com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper.test01(TestGearsNewtAWTWrapper.java:103)
[junit]
Warmest regards, Matt