[java-identity-provider] branch main updated: Sigh, missed a commit.
Scott Cantor
cantor.2 at osu.edu
Fri Feb 21 21:38:29 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6a41d52e1235326494ec0e5da2c5662183f96afe
The following commit(s) were added to refs/heads/main by this push:
new 6a41d52e1 Sigh, missed a commit.
6a41d52e1 is described below
commit 6a41d52e1235326494ec0e5da2c5662183f96afe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 21 16:38:26 2025 -0500
Sigh, missed a commit.
---
.../idp/authn/tests/SubjectCanonicalizationFlowDescriptorTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/tests/SubjectCanonicalizationFlowDescriptorTest.java b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/tests/SubjectCanonicalizationFlowDescriptorTest.java
index 4809d09f8..dac74ddbf 100644
--- a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/tests/SubjectCanonicalizationFlowDescriptorTest.java
+++ b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/tests/SubjectCanonicalizationFlowDescriptorTest.java
@@ -47,7 +47,7 @@ public class SubjectCanonicalizationFlowDescriptorTest {
}
@Test public void testInstantation() throws ComponentInitializationException {
- Assert.assertEquals(descriptor.getId(), "test");
+ Assert.assertEquals(descriptor.getId(), "c14n/test");
Assert.assertTrue(descriptor.test(prc));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list