|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
|
23 | 23 |
|
24 | 24 | /*
|
25 | 25 | * @test
|
26 |
| - * @bug 4348369 8076069 8294994 |
| 26 | + * @bug 4348369 8076069 8294994 8360400 |
27 | 27 | * @summary keytool i18n compliant
|
28 | 28 | * @author charlie lai
|
29 | 29 | * @modules java.base/sun.security.tools.keytool
|
|
33 | 33 |
|
34 | 34 | /*
|
35 | 35 | * @test
|
36 |
| - * @bug 4348369 8076069 8294994 |
| 36 | + * @bug 4348369 8076069 8294994 8360400 |
37 | 37 | * @summary keytool i18n compliant
|
38 | 38 | * @author charlie lai
|
39 | 39 | * @modules java.base/sun.security.tools.keytool
|
|
43 | 43 |
|
44 | 44 | /*
|
45 | 45 | * @test
|
46 |
| - * @bug 4348369 8076069 8294994 |
| 46 | + * @bug 4348369 8076069 8294994 8360400 |
47 | 47 | * @summary keytool i18n compliant
|
48 | 48 | * @author charlie lai
|
49 | 49 | * @modules java.base/sun.security.tools.keytool
|
|
53 | 53 |
|
54 | 54 | /*
|
55 | 55 | * @test
|
56 |
| - * @bug 4348369 8076069 8294994 |
| 56 | + * @bug 4348369 8076069 8294994 8360400 |
57 | 57 | * @summary keytool i18n compliant
|
58 | 58 | * @author charlie lai
|
59 | 59 | * @modules java.base/sun.security.tools.keytool
|
@@ -95,10 +95,6 @@ public class i18n {
|
95 | 95 | + "512-bit DSA key algorithm for CN=Name, OU=Java, "
|
96 | 96 | + "O=Oracle, L=City, ST=State C=Country."},
|
97 | 97 |
|
98 |
| - {"-list -v -storepass a -keystore ./i18n.keystore", |
99 |
| - "Output in ${LANG}. Check keytool error:java.io.IOException: " |
100 |
| - + "keystore password was incorrect."}, |
101 |
| - |
102 | 98 | {"-genkey -keyalg DSA -v -keysize 512 "
|
103 | 99 | + "-storepass password "
|
104 | 100 | + "-keypass password "
|
|
0 commit comments