diff options
author | Sven Göthel <[email protected]> | 2024-04-25 03:31:01 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-04-25 03:31:01 +0200 |
commit | 59420652c96956c7d9d4e501200ddbe91edc1c34 (patch) | |
tree | d255e80701903d7277faf2b9a954fe5cce66121f /make/scripts/tests.sh | |
parent | 3541b44659df4b021131270752fdf582d7f04f56 (diff) |
TestMatrix4f02MulNOUI: Align w/ native jaulib
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 4447847cf..a8046492d 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -600,7 +600,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.math.TestGluUnprojectFloatNOUI $* #testnoawt com.jogamp.opengl.test.junit.math.TestGluUnprojectDoubleNOUI $* #testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4f01NOUI $* -#testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4f02MulNOUI $* +testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4f02MulNOUI $* #testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4f03InversionNOUI $* #testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI $* #testnoawt com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI $* @@ -1011,7 +1011,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $* ##testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* |