[java-plugin-shibd-saml] branch main updated: Fixed base class name in tests.

Codeberg noreply at shibboleth.net
Mon Apr 13 21:14:32 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/01f779c237fd3f8030d0d5e3689c179fa670a65c

The following commit(s) were added to refs/heads/main by this push:
     new 01f779c  Fixed base class name in tests.
01f779c is described below

commit 01f779c237fd3f8030d0d5e3689c179fa670a65c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Apr 13 17:14:06 2026 -0400

    Fixed base class name in tests.
---
 .../sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java          | 4 ++--
 .../sp/saml/saml2/profile/impl/ProcessLogoutInitiatorRequestTest.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
index d4a3064..76b580b 100644
--- a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
+++ b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponseTest.java
@@ -55,13 +55,13 @@ import net.shibboleth.shared.xml.impl.BasicParserPool;
 import net.shibboleth.sp.ddf.DDF;
 import net.shibboleth.sp.messaging.RemotedHttpServletResponse;
 import net.shibboleth.sp.profile.ConsumerConstants;
-import net.shibboleth.sp.profile.impl.BaseAgplicationActionTest;
+import net.shibboleth.sp.profile.impl.BaseApplicationActionTest;
 import net.shibboleth.sp.saml.saml2.context.SAMLTokenContext;
 
 /**
  * Unit test for {@link PrepareAgentResponse} action.
  */
-public class PrepareAgentResponseTest extends BaseAgplicationActionTest {
+public class PrepareAgentResponseTest extends BaseApplicationActionTest {
 
     /** Test request URL. */
     @Nonnull @NotEmpty private static final String TEST_URL = "https://sp.example.org/cgi-bin/test.cgi";
diff --git a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutInitiatorRequestTest.java b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutInitiatorRequestTest.java
index a9d4f25..b292ce2 100644
--- a/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutInitiatorRequestTest.java
+++ b/sp-saml-impl/src/test/java/net/shibboleth/sp/saml/saml2/profile/impl/ProcessLogoutInitiatorRequestTest.java
@@ -29,14 +29,14 @@ import net.shibboleth.shared.component.ComponentInitializationException;
 import net.shibboleth.shared.xml.impl.BasicParserPool;
 import net.shibboleth.sp.ddf.DDF;
 import net.shibboleth.sp.profile.ConsumerConstants;
-import net.shibboleth.sp.profile.impl.BaseAgplicationActionTest;
+import net.shibboleth.sp.profile.impl.BaseApplicationActionTest;
 import net.shibboleth.sp.saml.saml2.context.SAMLLogoutContext;
 
 /**
  * Unit test for {@link ProcessLogoutInitiatorRequest} action.
  */
 @SuppressWarnings("javadoc")
-public class ProcessLogoutInitiatorRequestTest extends BaseAgplicationActionTest {
+public class ProcessLogoutInitiatorRequestTest extends BaseApplicationActionTest {
 
     private ProcessLogoutInitiatorRequest action;
         

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


More information about the commits mailing list