jdk/test/java/awt/TextField/EOLTest/EOLTest.java
changeset 39056 d99e63b6d962
parent 34787 36167bbe1a9f
--- a/jdk/test/java/awt/TextField/EOLTest/EOLTest.java	Fri Jun 17 21:08:03 2016 +0800
+++ b/jdk/test/java/awt/TextField/EOLTest/EOLTest.java	Tue Jun 14 10:44:59 2016 +0200
@@ -23,6 +23,7 @@
 
 /*
  @test
+ @key headful
  @bug 8055197 7186036
  @summary TextField should replace EOL character with space character
  @run main EOLTest
@@ -199,4 +200,4 @@
         testEOL.checkFailures();
         testEOL.dispose();
     }
-}
\ No newline at end of file
+}