8075173: DateFormat in german locale returns wrong value for month march
Reviewed-by: naoto, peytoia
This commit is contained in:
parent
6a2c954d63
commit
78c0bdbda5
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2015, 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
|
||||
@ -142,7 +142,7 @@ public class FormatData_de extends ParallelListResourceBundle {
|
||||
new String[] {
|
||||
"Jan", // abb january
|
||||
"Feb", // abb february
|
||||
"Mrz", // abb march
|
||||
"M\u00e4r", // abb march
|
||||
"Apr", // abb april
|
||||
"Mai", // abb may
|
||||
"Jun", // abb june
|
||||
|
@ -8279,3 +8279,6 @@ FormatData/fi/DatePatterns/0=d. MMMM yyyy
|
||||
FormatData/fi/DatePatterns/1=d. MMMM yyyy
|
||||
FormatData/fi/DatePatterns/2=d.M.yyyy
|
||||
FormatData/fi/DatePatterns/3=d.M.yyyy
|
||||
|
||||
# bug #8075173
|
||||
FormatData/de/standalone.MonthAbbreviations/2=M\u00e4r
|
||||
|
@ -36,7 +36,7 @@
|
||||
* 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 8027695 8017142
|
||||
* 8037343 8055222 8042126 8074791
|
||||
* 8037343 8055222 8042126 8074791 8075173
|
||||
* @summary Verify locale data
|
||||
*
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user