aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-02 17:42:49 +0100
committerSven Gothel <[email protected]>2011-02-02 17:42:49 +0100
commit5088f13a1248e79f81670313be5fa130db327f62 (patch)
tree5ba72111c357c09f02fdf091c19c9b731dfefa86
parent50e89970054742ebe7b8704991898f1aaa72de53 (diff)
Reloc TestBug463ScaleImageMemoryAWT.java to common jogl/glu
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug463ScaleImageMemoryAWT.java (renamed from src/test/com/jogamp/opengl/test/junit/glu/TestBug463ScaleImageMemoryAWT.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/glu/TestBug463ScaleImageMemoryAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug463ScaleImageMemoryAWT.java
index b523269bb..d9dadf93a 100644
--- a/src/test/com/jogamp/opengl/test/junit/glu/TestBug463ScaleImageMemoryAWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug463ScaleImageMemoryAWT.java
@@ -26,7 +26,7 @@
* or implied, of JogAmp Community.
*/
-package com.jogamp.opengl.test.junit.glu;
+package com.jogamp.opengl.test.junit.jogl.glu;
import java.awt.Frame;
import java.awt.event.WindowAdapter;