diff options
author | Sven Gothel <[email protected]> | 2020-01-05 15:52:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-05 15:52:57 +0100 |
commit | b2a150a2a9bcf4f821ec84085774168276c108a1 (patch) | |
tree | e29ee64233277e8d8e547a873e4776475fcc1979 /make/scripts | |
parent | 82f267acee3485464ea62328e14eff4e124e8f21 (diff) |
Bug 1421: Demo wrong NEWT Child window position within an SWT TabFolder layout using NewtCanvasSWT on MacOSX with High-DPI Retina
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 16c746243..1348442ec 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -792,7 +792,8 @@ function testawtswt() { # #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01 $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02NewtGLWindow $* -testswt com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTGLn $* +# testswt com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTGLn $* +testswt com.jogamp.opengl.test.junit.jogl.swt.TestBug1421NewtCanvasSWTPosInTabs $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn $* #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $* |