From d04841599ab2ed181f081ff7fdd38ac4ef65ca34 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 3 Sep 2015 18:02:55 +0200 Subject: [PATCH] Bug 1211: Show Platform-Info for unit test TestBug1211IRQ00NEWT (commit 5f5553f1c0b6731970db6df24d79654661238247) --- .../com/jogamp/opengl/test/junit/newt/TestBug1211IRQ00NEWT.java | 2 ++ 1 file changed, 2 insertions(+) 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 2c1adcd228..b45d696f02 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.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(); }