提交 9172932e 编写于 作者: W wetmore

8027526: CheckTipsAndVersions.java failing occasionally

Reviewed-by: mullan, mchung
上级 a44714ef
...@@ -49,7 +49,7 @@ public class SignatureGetAlgorithm { ...@@ -49,7 +49,7 @@ public class SignatureGetAlgorithm {
public static class TestProvider extends Provider { public static class TestProvider extends Provider {
TestProvider() { TestProvider() {
super("test", 1.0, "test"); super("testSignatureGetAlgorithm", 1.0, "test Signatures");
put("Signature.MySignatureAlg", put("Signature.MySignatureAlg",
"SignatureGetAlgorithm$MySignatureAlg"); "SignatureGetAlgorithm$MySignatureAlg");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册