8029369: Shell tests in sun/security/pkcs11/ do not compile PKCS11Test
authorvinnie
Mon, 02 Dec 2013 14:19:25 +0000
changeset 21948 e8a1289096cd
parent 21947 2818a9404890
child 21949 d97fd8123cbe
8029369: Shell tests in sun/security/pkcs11/ do not compile PKCS11Test Reviewed-by: mullan
jdk/test/sun/security/pkcs11/KeyStore/Basic.sh
jdk/test/sun/security/pkcs11/KeyStore/ClientAuth.sh
jdk/test/sun/security/pkcs11/KeyStore/Solaris.sh
jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh
jdk/test/sun/security/pkcs11/Provider/Login.sh
--- a/jdk/test/sun/security/pkcs11/KeyStore/Basic.sh	Mon Dec 02 14:01:23 2013 +0000
+++ b/jdk/test/sun/security/pkcs11/KeyStore/Basic.sh	Mon Dec 02 14:19:25 2013 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2013, 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
@@ -170,7 +170,8 @@
     ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} \
 	-classpath ${TESTSRC}${FS}..${PS}${TESTSRC}${FS}loader.jar \
 	-d ${TESTCLASSES} \
-	${TESTSRC}${FS}Basic.java
+	${TESTSRC}${FS}Basic.java \
+	${TESTSRC}${FS}..${FS}PKCS11Test.java
 fi
 
 # run test
--- a/jdk/test/sun/security/pkcs11/KeyStore/ClientAuth.sh	Mon Dec 02 14:01:23 2013 +0000
+++ b/jdk/test/sun/security/pkcs11/KeyStore/ClientAuth.sh	Mon Dec 02 14:19:25 2013 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2013, 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
@@ -128,7 +128,8 @@
 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} \
 	-classpath ${TESTSRC}${FS}..${PS}${TESTSRC}${FS}loader.jar \
 	-d ${TESTCLASSES} \
-	${TESTSRC}${FS}ClientAuth.java
+	${TESTSRC}${FS}ClientAuth.java \
+	${TESTSRC}${FS}..${FS}PKCS11Test.java
 
 # run test
 echo "Run ClientAuth ..."
--- a/jdk/test/sun/security/pkcs11/KeyStore/Solaris.sh	Mon Dec 02 14:01:23 2013 +0000
+++ b/jdk/test/sun/security/pkcs11/KeyStore/Solaris.sh	Mon Dec 02 14:19:25 2013 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 2013, 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
@@ -140,7 +140,8 @@
     ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} \
 	-classpath ${TESTSRC}${FS}..${PS}${TESTSRC}${FS}loader.jar \
 	-d ${TESTCLASSES} \
-	${TESTSRC}${FS}Basic.java
+	${TESTSRC}${FS}Basic.java \
+	${TESTSRC}${FS}..${FS}PKCS11Test.java
 fi
 
 # run test
--- a/jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh	Mon Dec 02 14:01:23 2013 +0000
+++ b/jdk/test/sun/security/pkcs11/Provider/ConfigQuotedString.sh	Mon Dec 02 14:19:25 2013 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 2013, 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
@@ -99,7 +99,8 @@
 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} \
         -classpath ${TESTSRC}${FS}.. \
         -d ${TESTCLASSES} \
-        ${TESTSRC}${FS}ConfigQuotedString.java
+        ${TESTSRC}${FS}ConfigQuotedString.java \
+        ${TESTSRC}${FS}..${FS}PKCS11Test.java
 
 # run test
 
--- a/jdk/test/sun/security/pkcs11/Provider/Login.sh	Mon Dec 02 14:01:23 2013 +0000
+++ b/jdk/test/sun/security/pkcs11/Provider/Login.sh	Mon Dec 02 14:19:25 2013 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 2013, 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
@@ -108,7 +108,8 @@
 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} \
         -classpath ${TESTSRC}${FS}.. \
         -d ${TESTCLASSES} \
-        ${TESTSRC}${FS}Login.java
+        ${TESTSRC}${FS}Login.java \
+        ${TESTSRC}${FS}..${FS}PKCS11Test.java
 
 # run test