diff options
author | Sven Gothel <[email protected]> | 2013-10-31 04:32:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-31 04:32:28 +0100 |
commit | 24485ead77a368ae3b77108248e067ad1f44ef0a (patch) | |
tree | 15c4883ca4b7d06884d5ffd20502fbadc487d58d /src/test | |
parent | c532abc1618fde46ef36bd70acdcc6b1d45fcbf1 (diff) |
Test Rename: Add Bug 729 / Bug 849 to Bug 816 Unit Test Names - Allowing a better unit test lookup
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java | 3 | ||||
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aB729AWT.java (renamed from src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aAWT.java) | 4 | ||||
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bB849AWT.java (renamed from src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bAWT.java) | 4 | ||||
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cB849AWT.java (renamed from src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cAWT.java) | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java index 71993a023..d6a6f7bed 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextWithJTabbedPaneAWT.java @@ -202,7 +202,6 @@ public class TestSharedContextWithJTabbedPaneAWT extends UITestCase { static long durationPerTest = 500*4; // ms static boolean manual = false; - static volatile boolean shouldStop = false; @Test public void test01() throws InterruptedException, InvocationTargetException { @@ -216,7 +215,7 @@ public class TestSharedContextWithJTabbedPaneAWT extends UITestCase { } }); if(manual) { - for(long w=durationPerTest; !shouldStop && w>0; w-=100) { + for(long w=durationPerTest; w>0; w-=100) { Thread.sleep(100); } } else { diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aB729AWT.java index 3451b75cc..7df6d0427 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03aB729AWT.java @@ -70,7 +70,7 @@ import com.jogamp.opengl.util.Animator; * </p> */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) -public class TestBug816OSXCALayerPos03aAWT extends UITestCase { +public class TestBug816OSXCALayerPos03aB729AWT extends UITestCase { static long duration = 1600; // ms static int width=640, height=480; @@ -160,6 +160,6 @@ public class TestBug816OSXCALayerPos03aAWT extends UITestCase { } } - org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03aAWT.class.getName()); + org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03aB729AWT.class.getName()); } } diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bB849AWT.java index 6f57f1e77..210113d28 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03bB849AWT.java @@ -73,7 +73,7 @@ import com.jogamp.opengl.util.Animator; * </p> */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) -public class TestBug816OSXCALayerPos03bAWT extends UITestCase { +public class TestBug816OSXCALayerPos03bB849AWT extends UITestCase { static long duration = 1600; // ms static int width=640, height=480; @@ -166,6 +166,6 @@ public class TestBug816OSXCALayerPos03bAWT extends UITestCase { } } - org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03bAWT.class.getName()); + org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03bB849AWT.class.getName()); } } diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cB849AWT.java index b06e9d970..54d20b729 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug816OSXCALayerPos03cB849AWT.java @@ -74,7 +74,7 @@ import com.jogamp.opengl.util.Animator; * </p> */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) -public class TestBug816OSXCALayerPos03cAWT extends UITestCase { +public class TestBug816OSXCALayerPos03cB849AWT extends UITestCase { static long duration = 1600; // ms static int width=640, height=480; @@ -168,6 +168,6 @@ public class TestBug816OSXCALayerPos03cAWT extends UITestCase { } } - org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03cAWT.class.getName()); + org.junit.runner.JUnitCore.main(TestBug816OSXCALayerPos03cB849AWT.class.getName()); } } |