[java-identity-provider COMMIT] in /trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile: saml1/Sig...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 11 00:28:14 EST 2014
Author: tzeller
Date: Tue Feb 11 00:28:14 2014
New Revision: 5365
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5365&view=rev
Log:
Add TODO to test signing exception.
Modified:
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/SignAssertionsTest.java
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/SignAssertionsTest.java
Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/SignAssertionsTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/SignAssertionsTest.java?rev=5365&r1=5364&r2=5365&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/SignAssertionsTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/SignAssertionsTest.java Tue Feb 11 00:28:14 2014
@@ -126,4 +126,6 @@
}
// TODO Test that assertion was signed correctly ?
+
+ // TODO Test event id when signing throws an exception.
}
Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/SignAssertionsTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/SignAssertionsTest.java?rev=5365&r1=5364&r2=5365&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/SignAssertionsTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/SignAssertionsTest.java Tue Feb 11 00:28:14 2014
@@ -126,4 +126,6 @@
}
// TODO Test that assertion was signed correctly ?
+
+ // TODO Test event id when signing throws an exception.
}
More information about the commits
mailing list