diff options
author | Sven Gothel <[email protected]> | 2010-12-13 02:26:48 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-11 01:52:56 +0200 |
commit | 175fd4686a0919fa7c6a933810547f167d84d050 (patch) | |
tree | 4f164a2f04d0262da5aef0b1e9e771e309e855d4 | |
parent | d9ef5751edde2b81f8c3f1e57f64a00a22b36b9d (diff) |
Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Compile posted Issue* Bug* snippets
-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; |