test/jdk/java/util/Calendar/JapaneseLenientEraTest.java
changeset 54359 3d8934bf505a
parent 50932 6d03b1ea636b
--- a/test/jdk/java/util/Calendar/JapaneseLenientEraTest.java	Mon Apr 01 16:51:09 2019 +0200
+++ b/test/jdk/java/util/Calendar/JapaneseLenientEraTest.java	Mon Apr 01 08:19:21 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2019, 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
@@ -47,7 +47,7 @@
             // lenient era/year, strict era/year
             { "Meiji 123", "Heisei 2" },
             { "Sh\u014dwa 65", "Heisei 2" },
-            { "Heisei 32", "NewEra 2" }, // NewEra
+            { "Heisei 32", "Reiwa 2" },
         };
     }