diff options
-rwxr-xr-x | src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java (renamed from src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java) | 4 | ||||
-rwxr-xr-x | src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java (renamed from src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java index bc37e1395..348a76930 100755 --- a/src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java @@ -8,7 +8,7 @@ import org.junit.Test; /** * @author Julien Gouesse */ -public class TestGluUnprojectDouble { +public class TestGluUnprojectDoubleNOUI { @Test public void test(){ @@ -24,6 +24,6 @@ public class TestGluUnprojectDouble { } public static void main(String args[]) { - org.junit.runner.JUnitCore.main(TestGluUnprojectDouble.class.getName()); + org.junit.runner.JUnitCore.main(TestGluUnprojectDoubleNOUI.class.getName()); } } diff --git a/src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java index 01cda2201..c26bd94c4 100755 --- a/src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java @@ -8,7 +8,7 @@ import org.junit.Test; /** * @author Julien Gouesse */ -public class TestGluUnprojectFloat { +public class TestGluUnprojectFloatNOUI { @Test @@ -25,6 +25,6 @@ public class TestGluUnprojectFloat { } public static void main(String args[]) { - org.junit.runner.JUnitCore.main(TestGluUnprojectFloat.class.getName()); + org.junit.runner.JUnitCore.main(TestGluUnprojectFloatNOUI.class.getName()); } } |