< prev index next >

test/jdk/java/util/Calendar/CldrFormatNamesTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2013, 2016, 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. --- 1,7 ---- /* ! * Copyright (c) 2013, 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,31 **** * questions. */ /* * @test ! * @bug 8004489 8006509 8008577 8145136 * @summary Unit test for CLDR FormatData resources * @modules java.base/sun.util.locale.provider * jdk.localedata * @compile -XDignore.symbol.file CldrFormatNamesTest.java * @run main/othervm -Djava.locale.providers=CLDR CldrFormatNamesTest --- 21,31 ---- * questions. */ /* * @test ! * @bug 8004489 8006509 8008577 8145136 8202537 * @summary Unit test for CLDR FormatData resources * @modules java.base/sun.util.locale.provider * jdk.localedata * @compile -XDignore.symbol.file CldrFormatNamesTest.java * @run main/othervm -Djava.locale.providers=CLDR CldrFormatNamesTest
*** 58,79 **** "Gy\u5e74M\u6708d\u65e5EEEE", "Gy\u5e74M\u6708d\u65e5", "Gy/MM/dd", "Gy/MM/dd", }, ! "calendarname.buddhist", "\u30bf\u30a4\u4ecf\u6559\u66a6", }, { Locale.PRC, "field.zone", "\u65f6\u533a", "java.time.islamic.DatePatterns", new String[] { "Gy\u5e74M\u6708d\u65e5EEEE", "Gy\u5e74M\u6708d\u65e5", "Gy\u5e74M\u6708d\u65e5", "Gy/M/d", }, ! "calendarname.islamic", "\u4f0a\u65af\u5170\u65e5\u5386", }, { Locale.GERMANY, "field.dayperiod", "Tagesh\u00e4lfte", "java.time.islamic.DatePatterns", new String[] { --- 58,79 ---- "Gy\u5e74M\u6708d\u65e5EEEE", "Gy\u5e74M\u6708d\u65e5", "Gy/MM/dd", "Gy/MM/dd", }, ! "calendarname.buddhist", "\u4ecf\u66a6", }, { Locale.PRC, "field.zone", "\u65f6\u533a", "java.time.islamic.DatePatterns", new String[] { "Gy\u5e74M\u6708d\u65e5EEEE", "Gy\u5e74M\u6708d\u65e5", "Gy\u5e74M\u6708d\u65e5", "Gy/M/d", }, ! "calendarname.islamic", "\u4f0a\u65af\u5170\u5386", }, { Locale.GERMANY, "field.dayperiod", "Tagesh\u00e4lfte", "java.time.islamic.DatePatterns", new String[] {
< prev index next >