[java-opensaml] branch main updated: Fix typo in test method name.

Brent Putman putmanb at georgetown.edu
Wed Jun 4 00:53:02 UTC 2025


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

putmanb pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=1844456a2192e5b946dd2d3e696da27ad02a2480

The following commit(s) were added to refs/heads/main by this push:
     new 1844456a2 Fix typo in test method name.
1844456a2 is described below

commit 1844456a2192e5b946dd2d3e696da27ad02a2480
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Jun 3 20:52:57 2025 -0400

    Fix typo in test method name.
---
 .../saml2/assertion/impl/AbstractSubjectConfirmationValidatorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidatorTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidatorTest.java
index ecfaa8067..16c362473 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidatorTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/assertion/impl/AbstractSubjectConfirmationValidatorTest.java
@@ -350,7 +350,7 @@ public class AbstractSubjectConfirmationValidatorTest extends BaseAssertionValid
     }
     
     @Test
-    public void testMissingBothInResponseToParamAndValueValue() throws AssertionValidationException {
+    public void testMissingBothInResponseToParamAndValue() throws AssertionValidationException {
         Map<String,Object> staticParams = buildBasicStaticParameters();
         staticParams.remove(SAML2AssertionValidationParameters.SC_VALID_IN_RESPONSE_TO);
         

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


More information about the commits mailing list