Skip to content

Commit 1b94cbf

Browse files
committed
8345414: Google CAInterop test failures
Reviewed-by: sgehwolf Backport-of: e61f97d3ac3ae1cc3f807abcc10d3f405ab69852
1 parent 7b9b1e1 commit 1b94cbf

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

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

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

614614
case "globalsigneccrootcar4":
615-
return new CATestURLs("https://good.gsr4.demo.pki.goog",
616-
"https://revoked.gsr4.demo.pki.goog");
615+
return new CATestURLs("https://good.gsr4.demosite.pki.goog",
616+
"https://revoked.gsr4.demosite.pki.goog");
617617
case "gtsrootcar1":
618-
return new CATestURLs("https://good.gtsr1.demo.pki.goog",
619-
"https://revoked.gtsr1.demo.pki.goog");
618+
return new CATestURLs("https://good.gtsr1.demosite.pki.goog",
619+
"https://revoked.gtsr1.demosite.pki.goog");
620620
case "gtsrootcar2":
621-
return new CATestURLs("https://good.gtsr2.demo.pki.goog",
622-
"https://revoked.gtsr2.demo.pki.goog");
621+
return new CATestURLs("https://good.gtsr2.demosite.pki.goog",
622+
"https://revoked.gtsr2.demosite.pki.goog");
623623
case "gtsrootecccar3":
624-
return new CATestURLs("https://good.gtsr3.demo.pki.goog",
625-
"https://revoked.gtsr3.demo.pki.goog");
624+
return new CATestURLs("https://good.gtsr3.demosite.pki.goog",
625+
"https://revoked.gtsr3.demosite.pki.goog");
626626
case "gtsrootecccar4":
627-
return new CATestURLs("https://good.gtsr4.demo.pki.goog",
628-
"https://revoked.gtsr4.demo.pki.goog");
627+
return new CATestURLs("https://good.gtsr4.demosite.pki.goog",
628+
"https://revoked.gtsr4.demosite.pki.goog");
629629

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

0 commit comments

Comments
 (0)