Skip to content

Commit 80e066e

Browse files
author
Rajan Halade
committed
8345414: Google CAInterop test failures
Reviewed-by: weijun Backport-of: 8e9ba788ae04a9a617a393709bf2c51a0c157206
1 parent c59e44a commit 80e066e

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
@@ -635,20 +635,20 @@ private CATestURLs getTestURLs(String alias) {
635635
"https://revoked.sfig2.catest.starfieldtech.com");
636636

637637
case "globalsigneccrootcar4" ->
638-
new CATestURLs("https://good.gsr4.demo.pki.goog",
639-
"https://revoked.gsr4.demo.pki.goog");
638+
new CATestURLs("https://good.gsr4.demosite.pki.goog",
639+
"https://revoked.gsr4.demosite.pki.goog");
640640
case "gtsrootcar1" ->
641-
new CATestURLs("https://good.gtsr1.demo.pki.goog",
642-
"https://revoked.gtsr1.demo.pki.goog");
641+
new CATestURLs("https://good.gtsr1.demosite.pki.goog",
642+
"https://revoked.gtsr1.demosite.pki.goog");
643643
case "gtsrootcar2" ->
644-
new CATestURLs("https://good.gtsr2.demo.pki.goog",
645-
"https://revoked.gtsr2.demo.pki.goog");
644+
new CATestURLs("https://good.gtsr2.demosite.pki.goog",
645+
"https://revoked.gtsr2.demosite.pki.goog");
646646
case "gtsrootecccar3" ->
647-
new CATestURLs("https://good.gtsr3.demo.pki.goog",
648-
"https://revoked.gtsr3.demo.pki.goog");
647+
new CATestURLs("https://good.gtsr3.demosite.pki.goog",
648+
"https://revoked.gtsr3.demosite.pki.goog");
649649
case "gtsrootecccar4" ->
650-
new CATestURLs("https://good.gtsr4.demo.pki.goog",
651-
"https://revoked.gtsr4.demo.pki.goog");
650+
new CATestURLs("https://good.gtsr4.demosite.pki.goog",
651+
"https://revoked.gtsr4.demosite.pki.goog");
652652

653653
case "microsoftecc2017" ->
654654
new CATestURLs("https://acteccroot2017.pki.microsoft.com",

0 commit comments

Comments
 (0)