[java-identity-provider COMMIT] in /trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/rel...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 24 13:32:18 EDT 2014
Author: scantor
Date: Wed Sep 24 13:32:18 2014
New Revision: 6566
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6566&view=rev
Log:
Fix a validation error that's immaterial to test.
Modified:
trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-in.xml
trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-out.xml
Modified: trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-in.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-in.xml?rev=6566&r1=6565&r2=6566&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-in.xml (original)
+++ trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-in.xml Wed Sep 24 13:32:18 2014
@@ -121,7 +121,8 @@
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:KeyName>idp.example.org</ds:KeyName>
- </ds:KeyInfo>> </KeyDescriptor>
+ </ds:KeyInfo>
+ </KeyDescriptor>
<AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://idp.example.org:8443/shibboleth/AA"/>
</AttributeAuthorityDescriptor>
Modified: trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-out.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-out.xml?rev=6566&r1=6565&r2=6566&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-out.xml (original)
+++ trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/test-metadata-out.xml Wed Sep 24 13:32:18 2014
@@ -175,7 +175,8 @@
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:KeyName>idp.example.org</ds:KeyName>
- </ds:KeyInfo>> </KeyDescriptor>
+ </ds:KeyInfo>
+ </KeyDescriptor>
<AttributeService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://idp.example.org:8443/shibboleth/AA"/>
</AttributeAuthorityDescriptor>
More information about the commits
mailing list