[java-identity-provider] branch master updated: Remove irrelevant test.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 15 12:07:02 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=126a5266aaa452003940a39f8af6cf99080b063d
The following commit(s) were added to refs/heads/master by this push:
new 126a526 Remove irrelevant test.
126a526 is described below
commit 126a5266aaa452003940a39f8af6cf99080b063d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 15 12:06:59 2019 -0500
Remove irrelevant test.
---
.../shibboleth/idp/saml/nameid/impl/NameIDCanonicalizationTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/NameIDCanonicalizationTest.java b/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/NameIDCanonicalizationTest.java
index b0c3d45..33f04fc 100644
--- a/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/NameIDCanonicalizationTest.java
+++ b/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/nameid/impl/NameIDCanonicalizationTest.java
@@ -120,10 +120,6 @@ public class NameIDCanonicalizationTest extends OpenSAMLInitBaseTestCase {
Assert.assertEquals(flowDescriptor.getFormats().size(), 2);
}
- @Test(expectedExceptions = {UnsupportedOperationException.class}) public void testFormatSet() {
- flowDescriptor.getFormats().add("bar");
- }
-
@Test public void testNoContext() {
action.execute(prc);
ActionTestingSupport.assertEvent(prc, AuthnEventIds.INVALID_SUBJECT_C14N_CTX);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list