[java-idp-integration-tests] 01/02: Updates for new defaults in IdP 4.3

Tom Zeller tzeller at dragonacea.biz
Tue Aug 23 23:29:39 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=5733eecbd965273cb89b76bd23dfa40f7cae47c4

commit 5733eecbd965273cb89b76bd23dfa40f7cae47c4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 23 18:28:09 2022 -0500

    Updates for new defaults in IdP 4.3
---
 .../java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
index d4220c8..ce69065 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -1417,7 +1417,7 @@ public abstract class BaseIntegrationTest {
     public void enableCAS() throws IOException, ModuleException {
         final Path pathToRelyingPartyXML = Paths.get("conf", "relying-party.xml");
 
-        final String regex = "<ref bean=\"Liberty.SSOS\" />";
+        final String regex = "<ref bean=\"SAML2.ArtifactResolution\" />";
         final String replacement = regex + "\n" + "<ref bean=\"CAS.LoginConfiguration\" />\n"
                 + "<ref bean=\"CAS.ProxyConfiguration\" />\n" + "<ref bean=\"CAS.ValidateConfiguration\" />";
         replaceIdPHomeFile(pathToRelyingPartyXML, regex, replacement);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list