8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified

Reviewed-by: serb, anthony
This commit is contained in:
Alexander Zvegintsev 2013-05-27 22:31:37 +04:00 committed by Sergey Bylokhov
parent af284660df
commit 625394bc36

View File

@ -25,6 +25,8 @@
* @test
* @bug 8012586
* @summary verify that modal dialog will appeared above fullscreen window under Metacity WM.
* @library ../../regtesthelpers
* @build Util
* @run main FullscreenDialogModality
* @run main/othervm FullscreenDialogModality
* @author vkravets