diff options
author | Sven Gothel <[email protected]> | 2010-10-26 06:25:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-26 06:25:56 +0200 |
commit | 18f3a050e31b903ce11dd16783e8343f904cd6ff (patch) | |
tree | 85fb6097782d52a92ff9184646ec556f341a33bf /src/junit | |
parent | 7cc10bde2ebe22ad9c9f85e9d1de40f46a35b14d (diff) |
X11Util: lock toolkit/x11 unification
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java index aad61565f..8d0561a81 100644 --- a/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java +++ b/src/junit/com/jogamp/test/junit/newt/TestGLWindows01NEWT.java @@ -28,19 +28,10 @@ package com.jogamp.test.junit.newt; -import java.lang.reflect.*; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; - import org.junit.Assert; -import org.junit.Before; import org.junit.BeforeClass; -import org.junit.After; -import org.junit.AfterClass; import org.junit.Test; -import javax.media.nativewindow.*; import javax.media.opengl.*; import com.jogamp.newt.*; @@ -60,6 +51,7 @@ public class TestGLWindows01NEWT extends UITestCase { @BeforeClass public static void initClass() { GLProfile.initSingleton(true); + // GLProfile.initSingleton(false); width = 640; height = 480; glp = GLProfile.getDefault(); |