Skip to content

Commit c3449de

Browse files
committed
8360395: sun/security/tools/keytool/i18n.java user country is current user location instead of the language
Reviewed-by: rhalade
1 parent 32697bf commit c3449de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jdk/sun/security/tools/keytool/i18n.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author charlie lai
2929
* @modules java.base/sun.security.tools.keytool
3030
* @library /test/lib
31-
* @run main/manual/othervm -Duser.language=en i18n
31+
* @run main/manual/othervm -Duser.language=en -Duser.country=USA i18n
3232
*/
3333

3434
/*
@@ -38,7 +38,7 @@
3838
* @author charlie lai
3939
* @modules java.base/sun.security.tools.keytool
4040
* @library /test/lib
41-
* @run main/manual/othervm -Duser.language=de i18n
41+
* @run main/manual/othervm -Duser.language=de -Duser.country=DE i18n
4242
*/
4343

4444
/*
@@ -48,7 +48,7 @@
4848
* @author charlie lai
4949
* @modules java.base/sun.security.tools.keytool
5050
* @library /test/lib
51-
* @run main/manual/othervm -Duser.language=ja i18n
51+
* @run main/manual/othervm -Duser.language=ja -Duser.country=JP i18n
5252
*/
5353

5454
/*

0 commit comments

Comments
 (0)