aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-03-01 16:51:39 +0100
committerSven Gothel <[email protected]>2013-03-01 16:51:39 +0100
commit2cf74ca4d4d7f41e8e416bfa14fe07f175dff62b (patch)
tree82b61c47a6c36443119c0025a004c7a445970571 /src
parent815538e0f16ace4b779fe2dad413e46f0d4407c8 (diff)
TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit test ant task.
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java (renamed from src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java
index 4a4642b8f..e6eabd3d8 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java
@@ -49,7 +49,7 @@ import com.jogamp.opengl.test.junit.util.UITestCase;
*
* @author Julien Gouesse
*/
-public class TestBug694 extends UITestCase implements GLEventListener {
+public class TestBug694AWT extends UITestCase implements GLEventListener {
/* @Override */
public void init(GLAutoDrawable drawable) {
@@ -123,6 +123,6 @@ public class TestBug694 extends UITestCase implements GLEventListener {
}
public static void main(String args[]) {
- org.junit.runner.JUnitCore.main(TestBug694.class.getName());
+ org.junit.runner.JUnitCore.main(TestBug694AWT.class.getName());
}
}