From c24f44036971bf58b5c47a6e1f7d9f186c67e789 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 17 Jun 2013 06:21:43 +0200 Subject: Bug 735: Fix comment in test, since mystery is solved :) --- src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java | 3 ++- src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java | 3 ++- 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; *
* OSX Results: *
- *   - Only RED Clear Color
+ *   - Visible content
+ *   - Fluent animation
  * 
*/ @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; * * OSX Results: *
- *   - Only RED Clear Color
+ *   - Visible content
+ *   - Fluent animation
  * 
*/ @SuppressWarnings("serial") -- cgit v1.2.3