OpenJDK / bsd-port / jdk9 / jdk
changeset 3709:258072f4db19
7020960: CurrencyNames_sr_RS.properties is missing.
Reviewed-by: naoto
author | yhuang |
---|---|
date | Sun, 20 Mar 2011 23:47:10 -0700 |
parents | af4793ab50fb |
children | f9d15fd48919 |
files | make/java/util/FILES_properties.gmk src/share/classes/sun/util/resources/CurrencyNames_sr_RS.properties test/sun/text/resources/LocaleData test/sun/text/resources/LocaleDataTest.java |
diffstat | 4 files changed, 48 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/java/util/FILES_properties.gmk Sat Mar 19 19:12:28 2011 -0700 +++ b/make/java/util/FILES_properties.gmk Sun Mar 20 23:47:10 2011 -0700 @@ -201,6 +201,7 @@ sun/util/resources/CurrencyNames_sr_BA.properties \ sun/util/resources/CurrencyNames_sr_CS.properties \ sun/util/resources/CurrencyNames_sr_ME.properties \ + sun/util/resources/CurrencyNames_sr_RS.properties \ sun/util/resources/CurrencyNames_sr_Latn_BA.properties \ sun/util/resources/CurrencyNames_sr_Latn_ME.properties \ sun/util/resources/CurrencyNames_sr_Latn_RS.properties \
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/share/classes/sun/util/resources/CurrencyNames_sr_RS.properties Sun Mar 20 23:47:10 2011 -0700 @@ -0,0 +1,43 @@ +# +# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. +# + +# +# COPYRIGHT AND PERMISSION NOTICE +# +# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved. +# Distributed under the Terms of Use in http://www.unicode.org/copyright.html. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of the Unicode data files and any associated documentation (the "Data +# Files") or Unicode software and any associated documentation (the +# "Software") to deal in the Data Files or Software without restriction, +# including without limitation the rights to use, copy, modify, merge, +# publish, distribute, and/or sell copies of the Data Files or Software, and +# to permit persons to whom the Data Files or Software are furnished to do +# so, provided that (a) the above copyright notice(s) and this permission +# notice appear with all copies of the Data Files or Software, (b) both the +# above copyright notice(s) and this permission notice appear in associated +# documentation, and (c) there is clear notice in each modified Data File or +# in the Software as well as in the documentation associated with the Data +# File(s) or Software that the data or software has been modified. +# +# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +# THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS +# INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR +# CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THE DATA FILES OR SOFTWARE. +# +# Except as contained in this notice, the name of a copyright holder shall not +# be used in advertising or otherwise to promote the sale, use or other +# dealings in these Data Files or Software without prior written +# authorization of the copyright holder. +# + +# Generated automatically from the Common Locale Data Repository. DO NOT EDIT! + +RSD=\u0434\u0438\u043d.
--- a/test/sun/text/resources/LocaleData Sat Mar 19 19:12:28 2011 -0700 +++ b/test/sun/text/resources/LocaleData Sun Mar 20 23:47:10 2011 -0700 @@ -6353,3 +6353,6 @@ CurrencyNames/pt/zar=Rand sul-africano CurrencyNames/pt/zmk=Cuacha zambiano CurrencyNames/pt/zwd=D\u00f3lar do Zimb\u00e1bue + +# bug 7020960 +CurrencyNames/sr_RS/RSD=\u0434\u0438\u043d.
--- a/test/sun/text/resources/LocaleDataTest.java Sat Mar 19 19:12:28 2011 -0700 +++ b/test/sun/text/resources/LocaleDataTest.java Sun Mar 20 23:47:10 2011 -0700 @@ -33,7 +33,7 @@ * 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259 * 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611 * 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787 - * 6919624 6998391 7019267 + * 6919624 6998391 7019267 7020960 * @summary Verify locale data * */