From ff780fc11602fb79a7ce1dcf879fdaeb865b9fa8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 21 Feb 2020 19:23:52 +0100 Subject: Bug 1398: Refine test case: Make classpath and libpath runtime configurable + show JOGL version --- src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java') diff --git a/src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java b/src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java index 65b3d3f59..b887e7428 100644 --- a/src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java +++ b/src/test-native/bug1398/Bug1398macOSContextOpsOnMainThread.java @@ -85,6 +85,13 @@ public class Bug1398macOSContextOpsOnMainThread extends JFrame implements GLEven } }); animator.start(); + + try { + Thread.sleep(1000); + } catch (Exception e) {} + + animator.stop(); + System.exit(0); } /** -- cgit v1.2.3