From 5f72e750d6650059f9a5ce028e95984bb8f34c81 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 17 May 2023 08:15:43 +0200 Subject: Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd91f96d4a38a3d73e23d744f57a25b8) and joal (commit 03f4bb63ce8a358b1c2ef303480e1887d72ecb2e) --- make/scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts/tests.sh') diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index dd90647e6..3cb6daf40 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -514,7 +514,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testawt com.jogamp.opengl.test.junit.jogl.awt.ManualHiDPIBufferedImage01AWT $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextNewtAWTBug523 $* -testawt com.jogamp.opengl.test.junit.jogl.acore.TestSingleGLInJSliderNewtAWT $* +#testawt com.jogamp.opengl.test.junit.jogl.acore.TestSingleGLInJSliderNewtAWT $* # # demos (any TK, more user driven tests) @@ -994,7 +994,7 @@ testawt com.jogamp.opengl.test.junit.jogl.acore.TestSingleGLInJSliderNewtAWT $ #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* -#testnoawt com.jogamp.opengl.demos.av.MovieCube $* +testnoawt com.jogamp.opengl.demos.av.MovieCube $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLReadBuffer01GLWindowNEWT $* -- cgit v1.2.3