< prev index next >

test/javax/swing/JFileChooser/8041694/bug8041694.java

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

*** 19,35 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* @test ! @bug 8041694 ! @summary JFileChooser removes trailing spaces in the selected directory name ! @author Anton Litvinov ! @library ../../../../lib/testlibrary ! @build jdk.testlibrary.OSInfo ! @run main bug8041694 */ import java.awt.AWTException; import java.awt.Robot; import java.awt.event.KeyEvent; --- 19,37 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* ! * @test ! * @key headful ! * @bug 8041694 ! * @summary JFileChooser removes trailing spaces in the selected directory name ! * @author Anton Litvinov ! * @library ../../../../lib/testlibrary ! * @build jdk.testlibrary.OSInfo ! * @run main bug8041694 */ import java.awt.AWTException; import java.awt.Robot; import java.awt.event.KeyEvent;
< prev index next >