test/jdk/java/util/Calendar/NarrowNamesTest.java
changeset 52234 5bd3a6017943
parent 50478 2e3f73b616c2
child 54359 3d8934bf505a
--- a/test/jdk/java/util/Calendar/NarrowNamesTest.java	Wed Oct 24 10:42:12 2018 +0200
+++ b/test/jdk/java/util/Calendar/NarrowNamesTest.java	Wed Oct 24 17:52:06 2018 +0800
@@ -21,8 +21,24 @@
  * questions.
  */
 
+/*
+ * @test
+ * @bug 8000983 8008577
+ * @summary Unit test for narrow names support. This test is locale data-dependent
+ *          and assumes that both JRE and CLDR have the same narrow names.
+ * @modules jdk.localedata
+ * @comment Locale providers: JRE,SPI
+ * @run main/othervm -Djava.locale.providers=JRE,SPI NarrowNamesTest JRE,SPI
+ * @comment Locale providers: CLDR
+ * @run main/othervm -Djava.locale.providers=CLDR NarrowNamesTest CLDR
+ */
+
 import java.time.LocalDateTime;
-import java.util.*;
+import java.util.Calendar;
+import java.util.Comparator;
+import java.util.Locale;
+import java.util.Map;
+import java.util.TreeMap;
 import static java.util.GregorianCalendar.*;
 
 public class NarrowNamesTest {