< prev index next >

test/jdk/java/time/test/java/time/format/TestUnicodeExtension.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -21,11 +21,11 @@
  * questions.
  */
 
 /*
  * @test
- * @bug 8176841
+ * @bug 8176841 8202537
  * @summary Tests java.time classes deals with Unicode extensions
  *      correctly.
  * @modules jdk.localedata
  */
 package test.java.time.format;

@@ -685,11 +685,11 @@
             {"ustel", "America/Indiana/Tell_City"},
             {"uswlz", "America/Indiana/Winamac"},
             {"uswsq", "America/Indiana/Petersburg"},
             {"usxul", "America/North_Dakota/Beulah"},
             {"usyak", "America/Yakutat"},
-            {"utc", "Etc/GMT"},
+            {"utc", "Etc/UTC"},
             {"utce01", "Etc/GMT-1"},
             {"utce02", "Etc/GMT-2"},
             {"utce03", "Etc/GMT-3"},
             {"utce04", "Etc/GMT-4"},
             {"utce05", "Etc/GMT-5"},
< prev index next >