diff options
author | Sven Gothel <[email protected]> | 2012-02-29 15:41:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-29 15:41:22 +0100 |
commit | 7b5ba68a9a7fa75f91e1470343f867d28ec3589a (patch) | |
tree | 800ca449bd1252eed98a50a89be75abcfa7da473 | |
parent | c739c6e02eff2e2b5f51ea9d5a385960b3bd07ca (diff) |
TestGearsES2NEWT: Remove redundant GLES2 test
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java index 674009b09..d2ba81294 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java @@ -239,17 +239,6 @@ public class TestGearsES2NEWT extends UITestCase { runTestGL(caps, undecorated); } - @Test - public void test02GLES2() throws InterruptedException { - if(!GLProfile.isAvailable(GLProfile.GLES2)) { - System.out.println("GLProfile GLES2 n/a"); - return; - } - GLCapabilities caps = new GLCapabilities(GLProfile.get(GLProfile.GLES2)); - caps.setBackgroundOpaque(opaque); - runTestGL(caps, undecorated); - } - static int atoi(String a) { try { return Integer.parseInt(a); |