mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8348365: Bad format string in CLDRDisplayNamesTest
Reviewed-by: shade, naoto
This commit is contained in:
parent
59e750931c
commit
d9d2e19f92
@ -130,7 +130,7 @@ public class CLDRDisplayNamesTest {
|
||||
String displayName = zi.getDisplayName(false, TimeZone.SHORT, Locale.US);
|
||||
Locale.setDefault(originalLocale);
|
||||
if (!displayName.equals("GMT+05:00")) {
|
||||
System.err.printf("Wrong display name for timezone Etc/GMT-5 : expected GMT+05:00, Actual " + displayName);
|
||||
System.err.println("Wrong display name for timezone Etc/GMT-5 : expected GMT+05:00, Actual " + displayName);
|
||||
errors++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user