changeset 10738:964cbfd8d643

8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora Reviewed-by: mullan
author ascarpino
date Fri, 13 Feb 2015 13:54:14 -0800
parents c769f65a1e35
children 21c51ddc5a86
files test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java	Fri Feb 06 12:23:32 2015 -0800
+++ b/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java	Fri Feb 13 13:54:14 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, 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
@@ -27,6 +27,7 @@
  * @summary Verify that the RSA KeyPairGenerator works
  * @author Andreas Sterbenz
  * @library ..
+ * @run main/othervm TestKeyPairGenerator
  */
 
 import java.io.*;