aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-17 06:21:43 +0200
committerSven Gothel <[email protected]>2013-06-17 06:21:43 +0200
commitc24f44036971bf58b5c47a6e1f7d9f186c67e789 (patch)
treeda601ef075fb04c49a751925dd48bcaec3cf5fbb
parent24b63b18e6ca3f657350d6c80e4914eadce60164 (diff)
Bug 735: Fix comment in test, since mystery is solved :)
-rw-r--r--src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java3
-rw-r--r--src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java
index 4cf342c0e..1f98964c6 100644
--- a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java
+++ b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java
@@ -41,7 +41,8 @@ import com.jogamp.opengl.util.glsl.ShaderState;
* <br/>
* OSX Results:
* <pre>
- * - Only RED Clear Color
+ * - Visible content
+ * - Fluent animation
* </pre>
*/
@SuppressWarnings("serial")
diff --git a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java
index a03afba7a..2b277dba0 100644
--- a/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java
+++ b/src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java
@@ -43,7 +43,8 @@ import com.jogamp.opengl.util.glsl.ShaderState;
* </pre>
* OSX Results:
* <pre>
- * - Only RED Clear Color
+ * - Visible content
+ * - Fluent animation
* </pre>
*/
@SuppressWarnings("serial")