8348365: Bad format string in CLDRDisplayNamesTest

Reviewed-by: shade, naoto
This commit is contained in:
Liam Miller-Cushon 2025-01-23 17:24:33 +00:00
parent 59e750931c
commit d9d2e19f92

View File

@ -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++;
}