summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-09 17:19:55 +0100
committerSven Gothel <[email protected]>2011-11-09 17:19:55 +0100
commit30445211aab2edbb709dbda9d5b619a0f1a15a51 (patch)
tree4ec7a536321efc00294e67f93bdfa798d51d68de /src
parented33158d3330dfe2287af5bfaf5aea99f199887c (diff)
test: minor edit
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java b/src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java
index 6a6cf390f..c74d2eaa7 100644
--- a/src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java
+++ b/src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java
@@ -78,6 +78,7 @@ public class NEWTGLContext {
Assert.assertNotNull(drawable);
drawable.setRealized(true);
+ Assert.assertTrue(drawable.isRealized());
GLContext context = drawable.createContext(null);
Assert.assertNotNull(context);