Navigation Menu

Skip to content

Commit

Permalink
Bug 1211: Show Platform-Info for unit test TestBug1211IRQ00NEWT (commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Sep 3, 2015
1 parent 5f5553f commit d048415
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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.
Expand All @@ -62,6 +63,7 @@ public class TestBug1211IRQ00NEWT extends UITestCase {

@BeforeClass
public static void initClass() {
System.err.println(VersionUtil.getPlatformInfo());
glp = GLProfile.getDefault();
}

Expand Down

0 comments on commit d048415

Please sign in to comment.