< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 21,42 **** * questions. */ import java.awt.*; ! import static jdk.testlibrary.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/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow --- 21,43 ---- * questions. */ import java.awt.*; ! 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 /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow
< prev index next >