From 81ee164ec139337254ef0e8938c19119908de6ae Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Oct 2010 13:46:43 +0200 Subject: Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build Fix ScreenMode - Avoid NPE/Out-of-memory: Return zero sized NewIntArrays instead of NULL. Fix Windows Build - ScreenMode still has a regression --- make/scripts/tests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/scripts/tests.bat') diff --git a/make/scripts/tests.bat b/make/scripts/tests.bat index 4049fc278..5d7944abc 100644 --- a/make/scripts/tests.bat +++ b/make/scripts/tests.bat @@ -15,8 +15,8 @@ REM scripts\java-win64-dbg.bat com.jogamp.test.junit.nativewindow.TestRecursiveT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting03AWT -time 100000 REM scripts\java-win64.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot +scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode00NEWT REM scripts\java-win64.bat com.jogamp.test.junit.newt.TestScreenMode01NEWT -scripts\java-win64.bat com.jogamp.test.junit.newt.TestScreenMode02NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestDisplayLifecycle01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT -- cgit v1.2.3