jdk/test/sun/security/pkcs11/MessageDigest/TestCloning.java
changeset 12685 8a448b5b9006
parent 11507 bd978326a655
child 30046 cf2c86e1819e
--- a/jdk/test/sun/security/pkcs11/MessageDigest/TestCloning.java	Tue May 08 11:16:36 2012 -0700
+++ b/jdk/test/sun/security/pkcs11/MessageDigest/TestCloning.java	Tue May 08 17:57:48 2012 -0700
@@ -36,7 +36,7 @@
 public class TestCloning extends PKCS11Test {
 
     private static final String[] ALGOS = {
-        "MD2", "MD5", "SHA1", "SHA-256", "SHA-384", "SHA-512"
+        "MD2", "MD5", "SHA1", "SHA-224", "SHA-256", "SHA-384", "SHA-512"
     };
 
     public static void main(String[] args) throws Exception {