6910489: Slovenia Locale, wrong firstDayOfWeek number
Reviewed-by: yhuang, peytoia
--- a/jdk/src/share/classes/sun/util/resources/CalendarData_sl.properties Thu Dec 17 22:25:06 2009 -0800
+++ b/jdk/src/share/classes/sun/util/resources/CalendarData_sl.properties Sun Dec 20 19:31:57 2009 -0800
@@ -36,8 +36,4 @@
# Taligent is a registered trademark of Taligent, Inc.
-# This bundle is empty because the data of the base bundle
-# is adequate for this locale.
-# The bundle is necessary to prevent the resource
-# bundle lookup from falling back to the default
-# locale.
+firstDayOfWeek=2
--- a/jdk/test/sun/text/resources/LocaleData Thu Dec 17 22:25:06 2009 -0800
+++ b/jdk/test/sun/text/resources/LocaleData Sun Dec 20 19:31:57 2009 -0800
@@ -5575,3 +5575,5 @@
FormatData/lt/NumberElements/1=\u00a0
FormatData/lt/DateTimePatterns/6=yyyy-MM-dd
+#bug 6910489
+CalendarData/sl/firstDayOfWeek=2
--- a/jdk/test/sun/text/resources/LocaleDataTest.java Thu Dec 17 22:25:06 2009 -0800
+++ b/jdk/test/sun/text/resources/LocaleDataTest.java Sun Dec 20 19:31:57 2009 -0800
@@ -32,7 +32,7 @@
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
- * 6645405 6650730
+ * 6645405 6650730 6910489
* @summary Verify locale data
*
*/