Skip to content

Commit e61f97d

Browse files
committed
8345414: Google CAInterop test failures
Reviewed-by: sgehwolf Backport-of: e6fb662484d3b24406b1ce13f17a087c05bc39cc
1 parent 17ebc3c commit e61f97d

File tree

1 file changed

+10
-10
lines changed
  • test/jdk/security/infra/java/security/cert/CertPathValidator/certification

1 file changed

+10
-10
lines changed

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -583,20 +583,20 @@ private CATestURLs getTestURLs(String alias) {
583583
"https://revoked.sfig2.catest.starfieldtech.com");
584584

585585
case "globalsigneccrootcar4":
586-
return new CATestURLs("https://good.gsr4.demo.pki.goog",
587-
"https://revoked.gsr4.demo.pki.goog");
586+
return new CATestURLs("https://good.gsr4.demosite.pki.goog",
587+
"https://revoked.gsr4.demosite.pki.goog");
588588
case "gtsrootcar1":
589-
return new CATestURLs("https://good.gtsr1.demo.pki.goog",
590-
"https://revoked.gtsr1.demo.pki.goog");
589+
return new CATestURLs("https://good.gtsr1.demosite.pki.goog",
590+
"https://revoked.gtsr1.demosite.pki.goog");
591591
case "gtsrootcar2":
592-
return new CATestURLs("https://good.gtsr2.demo.pki.goog",
593-
"https://revoked.gtsr2.demo.pki.goog");
592+
return new CATestURLs("https://good.gtsr2.demosite.pki.goog",
593+
"https://revoked.gtsr2.demosite.pki.goog");
594594
case "gtsrootecccar3":
595-
return new CATestURLs("https://good.gtsr3.demo.pki.goog",
596-
"https://revoked.gtsr3.demo.pki.goog");
595+
return new CATestURLs("https://good.gtsr3.demosite.pki.goog",
596+
"https://revoked.gtsr3.demosite.pki.goog");
597597
case "gtsrootecccar4":
598-
return new CATestURLs("https://good.gtsr4.demo.pki.goog",
599-
"https://revoked.gtsr4.demo.pki.goog");
598+
return new CATestURLs("https://good.gtsr4.demosite.pki.goog",
599+
"https://revoked.gtsr4.demosite.pki.goog");
600600

601601
case "microsoftecc2017":
602602
return new CATestURLs("https://acteccroot2017.pki.microsoft.com",

0 commit comments

Comments
 (0)