aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryhuang <none@none>2013-11-07 22:30:06 -0800
committeryhuang <none@none>2013-11-07 22:30:06 -0800
commit5e4223dd9d77eaa3f945656e47738f1e58283dd4 (patch)
tree068a6bba9cb3c8c01649b1433e4fb9f37a6de761 /test
parent940fd631f4170b14f1595064ab4857ad5338b537 (diff)
8027695: There should be a space before % sign in Swedish locale
Reviewed-by: naoto
Diffstat (limited to 'test')
-rw-r--r--test/sun/text/resources/LocaleData3
-rw-r--r--test/sun/text/resources/LocaleDataTest.java2
2 files changed, 4 insertions, 1 deletions
diff --git a/test/sun/text/resources/LocaleData b/test/sun/text/resources/LocaleData
index 1fd2076a1..fc090c442 100644
--- a/test/sun/text/resources/LocaleData
+++ b/test/sun/text/resources/LocaleData
@@ -7687,3 +7687,6 @@ LocaleNames/ko/PT=\ud3ec\ub974\ud22c\uce7c
# bug 6931564
LocaleNames/sv/ZA=Sydafrika
+
+# bug 8027695
+FormatData/sv_SE/NumberPatterns/2=#,##0 %
diff --git a/test/sun/text/resources/LocaleDataTest.java b/test/sun/text/resources/LocaleDataTest.java
index 8918f1a15..567e8aefb 100644
--- a/test/sun/text/resources/LocaleDataTest.java
+++ b/test/sun/text/resources/LocaleDataTest.java
@@ -35,7 +35,7 @@
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509
- * 7114053 7074882 7040556 8013836 8021121 6192407 6931564
+ * 7114053 7074882 7040556 8013836 8021121 6192407 6931564 8027695
* @summary Verify locale data
*
*/