Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions test/jdk/sun/security/tools/keytool/i18n.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 2025, 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
Expand All @@ -23,7 +23,7 @@

/*
* @test
* @bug 4348369 8076069 8294994
* @bug 4348369 8076069 8294994 8360400
* @summary keytool i18n compliant
* @author charlie lai
* @modules java.base/sun.security.tools.keytool
Expand All @@ -33,7 +33,7 @@

/*
* @test
* @bug 4348369 8076069 8294994
* @bug 4348369 8076069 8294994 8360400
* @summary keytool i18n compliant
* @author charlie lai
* @modules java.base/sun.security.tools.keytool
Expand All @@ -43,7 +43,7 @@

/*
* @test
* @bug 4348369 8076069 8294994
* @bug 4348369 8076069 8294994 8360400
* @summary keytool i18n compliant
* @author charlie lai
* @modules java.base/sun.security.tools.keytool
Expand All @@ -53,7 +53,7 @@

/*
* @test
* @bug 4348369 8076069 8294994
* @bug 4348369 8076069 8294994 8360400
* @summary keytool i18n compliant
* @author charlie lai
* @modules java.base/sun.security.tools.keytool
Expand Down Expand Up @@ -95,10 +95,6 @@ public class i18n {
+ "512-bit DSA key algorithm for CN=Name, OU=Java, "
+ "O=Oracle, L=City, ST=State C=Country."},

{"-list -v -storepass a -keystore ./i18n.keystore",
"Output in ${LANG}. Check keytool error:java.io.IOException: "
+ "keystore password was incorrect."},

{"-genkey -keyalg DSA -v -keysize 512 "
+ "-storepass password "
+ "-keypass password "
Expand Down