8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2014-07-11 09:17:10 +08:00
parent efa54ce543
commit 3b0fa6aca9

View File

@ -62,9 +62,9 @@ public class CheckBlacklistedCerts {
// 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?