aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java')
-rw-r--r--src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java b/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java
index 0dfcc4238..a4726f1c6 100644
--- a/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java
+++ b/src/junit/com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.java
@@ -28,6 +28,7 @@
package com.jogamp.test.junit.jogl.awt;
+import com.jogamp.test.junit.util.UITestCase;
import javax.media.opengl.GLProfile;
import java.awt.*;
@@ -40,7 +41,7 @@ import org.junit.BeforeClass;
import org.junit.After;
import org.junit.Test;
-public class TestAWT02WindowClosing {
+public class TestAWT02WindowClosing extends UITestCase {
static {
GLProfile.initSingleton();
}