8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
Move lib/security tests to sun/security/lib Reviewed-by: weijun
This commit is contained in:
parent
2a10506942
commit
f507e3c9d1
@ -61,7 +61,7 @@ public class CheckBlacklistedCerts {
|
||||
|
||||
// Assumes the full src is available
|
||||
File blacklist = new File(System.getProperty("test.src"),
|
||||
"../../../../make/data/blacklistedcertsconverter/blacklisted.certs.pem");
|
||||
"../../../../../make/data/blacklistedcertsconverter/blacklisted.certs.pem");
|
||||
|
||||
CertificateFactory cf = CertificateFactory.getInstance("X.509");
|
||||
try (FileInputStream fis = new FileInputStream(blacklist)) {
|
Loading…
x
Reference in New Issue
Block a user