< prev index next >

test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs5Test.java

Print this page
rev 51789 : [mq]: asserts

@@ -26,22 +26,23 @@
  * @key headful
  * @bug 8054358
  * @summary This is a simple check if a chain of dialogs having different
  *          modality types block each other properly.
  *
- * @library ../helpers ../../../../lib/testlibrary/
+ * @library ../helpers /lib/testlibrary/
+ * @library /test/lib
  * @build ExtendedRobot
  * @build Flag
  * @build TestDialog
  * @build TestFrame
  * @build TestWindow
  * @run main MultipleDialogs5Test
  */
 
 
 import java.awt.*;
-import static jdk.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
 
 public class MultipleDialogs5Test {
 
     private volatile ParentFrame parent;
< prev index next >