[OpenJDK 2D-Dev] RFR: 8153272: Fix @run tag in CreateFontArrayTest.java

Phil Race philip.race at oracle.com
Fri Apr 1 16:29:40 UTC 2016


A simple one .. any one reviewer will do. Fix is inline below.
Bug :https://bugs.openjdk.java.net/browse/JDK-8153272

-phil.

--- a/test/java/awt/FontClass/CreateFont/CreateFontArrayTest.java
+++ b/test/java/awt/FontClass/CreateFont/CreateFontArrayTest.java
@@ -23,9 +23,9 @@

  /*
   * @test
- * @bug 8055463
+ * @bug 8055463 8153272
   * @summary Test createFont APIs
- * @run CreateFontArrayTest
+ * @run main CreateFontArrayTest
   */




More information about the 2d-dev mailing list