[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClient...

noreply at shibboleth.net noreply at shibboleth.net
Sat May 11 05:13:42 EDT 2013


Author: putmanb
Date: Sat May 11 05:13:42 2013
New Revision: 3340

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3340&view=rev
Log:
Remove misplaced comment.

Modified:
    trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClientCertAuthSecurityHandlerTest.java

Modified: trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClientCertAuthSecurityHandlerTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClientCertAuthSecurityHandlerTest.java?rev=3340&r1=3339&r2=3340&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClientCertAuthSecurityHandlerTest.java (original)
+++ trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/SAMLMDClientCertAuthSecurityHandlerTest.java Sat May 11 05:13:42 2013
@@ -210,8 +210,6 @@
         
         handler.invoke(messageContext);
         
-        // Note that entityID will now be that contained in the SAML message, since it's 
-        // dynamically resolved by the context.
         Assert.assertEquals(messageContext.getSubcontext(SamlPeerEntityContext.class, true).getEntityId(), 
                 issuer, "Unexpected value for Issuer found");
         //TODO this may change



More information about the commits mailing list