8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem
authorweijun
Fri, 11 Jul 2014 09:17:10 +0800
changeset 25409 ce5485fce3d2
parent 25408 27563093d2d2
child 25410 b81bea02c075
8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem Reviewed-by: xuelei
jdk/test/lib/security/CheckBlacklistedCerts.java
--- a/jdk/test/lib/security/CheckBlacklistedCerts.java	Thu Jul 10 22:44:58 2014 +0000
+++ b/jdk/test/lib/security/CheckBlacklistedCerts.java	Fri Jul 11 09:17:10 2014 +0800
@@ -62,9 +62,9 @@
         // a -testonly JPRT job.
         File[] blacklists = {
             new File(System.getProperty("test.src"),
-                "../../../src/share/lib/security/blacklisted.certs.pem"),
+                "../../../make/data/blacklistedcertsconverter/blacklisted.certs.pem"),
             new File(System.getProperty("test.src"),
-                "../../../src/closed/share/lib/security/blacklisted.certs.pem")
+                "../../../make/closed/data/blacklistedcertsconverter/blacklisted.certs.pem")
         };
 
         // Is this an OPENJDK build?