< prev index next >

test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDocModalTest.java

Print this page
rev 51789 : [mq]: asserts

@@ -21,22 +21,23 @@
  * questions.
  */
 
 
 import java.awt.*;
-import static jdk.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 
 /*
  * @test
  * @key headful
  * @bug 8049617
  * @summary Test if a document modality works as expected:
  *          whether all the windows lying down the document root
  *          (Frame) get blocked.
  *
- * @library ../helpers ../../../../lib/testlibrary/
+ * @library ../helpers /lib/testlibrary/
+ * @library /test/lib
  * @build ExtendedRobot
  * @build Flag
  * @build TestDialog
  * @build TestFrame
  * @build TestWindow
< prev index next >