--- old/test/java/time/tck/java/time/chrono/TCKJapaneseEra.java 2019-02-20 18:40:02.965509800 +0530 +++ new/test/java/time/tck/java/time/chrono/TCKJapaneseEra.java 2019-02-20 18:40:01.234959400 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ -77,6 +77,7 @@ @DataProvider(name = "JapaneseEras") Object[][] data_of_eras() { return new Object[][] { + {JapaneseEra.of(3), "NewEra", 3}, // NEWERA {JapaneseEra.HEISEI, "Heisei", 2}, {JapaneseEra.SHOWA, "Showa", 1}, {JapaneseEra.TAISHO, "Taisho", 0},