summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 02:26:48 +0100
committerSven Gothel <[email protected]>2011-06-11 01:52:56 +0200
commit175fd4686a0919fa7c6a933810547f167d84d050 (patch)
tree4f164a2f04d0262da5aef0b1e9e771e309e855d4 /src
parentd9ef5751edde2b81f8c3f1e57f64a00a22b36b9d (diff)
Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Compile posted Issue* Bug* snippets
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java (renamed from src/junit/com/jogamp/test/junit/util/SingletonInstance.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/util/SingletonInstance.java b/src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java
index 997742c..7e3b9eb 100644
--- a/src/junit/com/jogamp/test/junit/util/SingletonInstance.java
+++ b/src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java
@@ -26,7 +26,7 @@
* or implied, of JogAmp Community.
*/
-package com.jogamp.test.junit.util;
+package com.jogamp.opengl.test.junit.util;
import java.io.File;
import java.io.IOException;