< prev index next >

test/javax/swing/JComboBox/8015300/Test8015300.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

*** 35,46 **** import static javax.swing.SwingUtilities.windowForComponent; import static javax.swing.WindowConstants.DISPOSE_ON_CLOSE; /* * @test * @bug 8015300 ! * @summary Tests that editable combobox select all text * @author Sergey Malenkov * @library ../../../../lib/testlibrary/ * @modules java.desktop/com.sun.java.swing.plaf.windows * @build ExtendedRobot * @run main Test8015300 --- 35,47 ---- import static javax.swing.SwingUtilities.windowForComponent; import static javax.swing.WindowConstants.DISPOSE_ON_CLOSE; /* * @test + * @key headful * @bug 8015300 ! * @summary Tests that editable combobox selects all text. * @author Sergey Malenkov * @library ../../../../lib/testlibrary/ * @modules java.desktop/com.sun.java.swing.plaf.windows * @build ExtendedRobot * @run main Test8015300
< prev index next >