# HG changeset patch # User serb # Date 1524013813 25200 # Node ID 6c572aff3648a7472669e0a81b796831b3472530 # Parent 033f3118dc67a0a651577f16932ea7a45d50d466 8201626: Typo in MakeWindowAlwaysOnTop test Reviewed-by: jdv diff -r 033f3118dc67 -r 6c572aff3648 test/jdk/java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java --- a/test/jdk/java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java Mon Apr 16 16:43:26 2018 +0200 +++ b/test/jdk/java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java Tue Apr 17 18:10:13 2018 -0700 @@ -24,7 +24,7 @@ /* @test @key headful - @bug 6829546, 8197808 + @bug 6829546 8197808 @summary tests that an always-on-top modal dialog doesn't make any windows always-on-top @author artem.ananiev: area=awt.modal @library ../../regtesthelpers