< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 27,47 **** * @bug 8054358 8055003 * @summary Check whether application and document modality levels for Dialog * work properly. Also check whether the blocking dialogs are * opening on top of the windows they block. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main MultipleDialogs4Test */ import java.awt.*; ! import static jdk.testlibrary.Asserts.*; public class MultipleDialogs4Test { private volatile TopLevelFrame frame; --- 27,48 ---- * @bug 8054358 8055003 * @summary Check whether application and document modality levels for Dialog * work properly. Also check whether the blocking dialogs are * opening on top of the windows they block. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main MultipleDialogs4Test */ import java.awt.*; ! import static jdk.test.lib.Asserts.*; public class MultipleDialogs4Test { private volatile TopLevelFrame frame;
< prev index next >