< prev index next >

test/jdk/java/awt/Modal/NullModalityDialogTest/NullModalityDialogTest.java

Print this page
rev 51789 : [mq]: asserts

@@ -22,21 +22,22 @@
  */
 
 import java.awt.*;
 import java.awt.event.KeyEvent;
 
-import static jdk.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 
 /*
  * @test
  * @key headful
  * @bug 8047367
  * @summary Check whether a Dialog set with null modality type
  *          behaves like a modeless dialog
  *
- * @library ../helpers ../../../../lib/testlibrary/
+ * @library ../helpers /lib/testlibrary/
+ * @library /test/lib
  * @build ExtendedRobot
  * @build Flag
  * @build TestDialog
  * @build TestFrame
  * @build TestWindow
< prev index next >