< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 27,37 **** * @bug 8054358 * @summary Check whether a set of dialogs created with an application excluded Frame * parent has a proper modal blocking behavior. Also show a document modal * dialog and check if it blocks the document properly. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main/timeout=500 MultipleDialogs2Test --- 27,38 ---- * @bug 8054358 * @summary Check whether a set of dialogs created with an application excluded Frame * parent has a proper modal blocking behavior. Also show a document modal * dialog and check if it blocks the document properly. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @run main/timeout=500 MultipleDialogs2Test
< prev index next >