aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-09-03 18:02:55 +0200
committerSven Gothel <[email protected]>2015-09-03 18:02:55 +0200
commitd04841599ab2ed181f081ff7fdd38ac4ef65ca34 (patch)
treee7a0cce381ac5dee19e2735873cec9f763a3e8e5 /src
parent5f5553f1c0b6731970db6df24d79654661238247 (diff)
Bug 1211: Show Platform-Info for unit test TestBug1211IRQ00NEWT (commit 5f5553f1c0b6731970db6df24d79654661238247)
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java
index 2c1adcd22..b45d696f0 100644
--- a/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java
@@ -46,6 +46,7 @@ import com.jogamp.opengl.test.junit.util.UITestCase;
import com.jogamp.opengl.util.Animator;
import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2;
import com.jogamp.common.ExceptionUtils;
+import com.jogamp.common.util.VersionUtil;
/**
* Unit test to identify Thread.interrupt() caller for DefaultEDTUtil.invokeImpl(..) wait interruption.
@@ -62,6 +63,7 @@ public class TestBug1211IRQ00NEWT extends UITestCase {
@BeforeClass
public static void initClass() {
+ System.err.println(VersionUtil.getPlatformInfo());
glp = GLProfile.getDefault();
}