[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSOD...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 23 20:01:03 EST 2013
Author: putmanb
Date: Wed Jan 23 20:01:03 2013
New Revision: 3165
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3165&view=rev
Log:
Fix unit test control XML to align with what the test was apparently changed to do.
Modified:
trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSODescriptorChildElements.xml
Modified: trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSODescriptorChildElements.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSODescriptorChildElements.xml?rev=3165&r1=3164&r2=3165&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSODescriptorChildElements.xml (original)
+++ trunk/opensaml-saml-impl/src/test/resources/data/org/opensaml/saml/saml2/metadata/impl/SPSSODescriptorChildElements.xml Wed Jan 23 20:01:03 2013
@@ -1,2 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<md:SPSSODescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"><md:Extensions/><md:Organization/><md:ContactPerson/><md:ContactPerson/><md:ArtifactResolutionService/><md:SingleLogoutService/><md:SingleLogoutService/><md:ManageNameIDService/><md:ManageNameIDService/><md:ManageNameIDService/><md:ManageNameIDService/><md:NameIDFormat/><md:AssertionConsumerService/><md:AssertionConsumerService/><md:AttributeConsumingService index="0"/></md:SPSSODescriptor>
+<md:SPSSODescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" ID="id">
+ <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
+ <ds:SignedInfo>
+ <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
+ <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
+ <ds:Reference URI="#id">
+ <ds:Transforms>
+ <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
+ <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
+ </ds:Transforms>
+ <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
+ <ds:DigestValue />
+ </ds:Reference>
+ </ds:SignedInfo>
+ <ds:SignatureValue />
+ </ds:Signature>
+ <md:Extensions />
+ <md:Organization />
+ <md:ContactPerson />
+ <md:ContactPerson />
+ <md:ArtifactResolutionService />
+ <md:SingleLogoutService />
+ <md:SingleLogoutService />
+ <md:ManageNameIDService />
+ <md:ManageNameIDService />
+ <md:ManageNameIDService />
+ <md:ManageNameIDService />
+ <md:NameIDFormat />
+ <md:AssertionConsumerService />
+ <md:AssertionConsumerService />
+ <md:AttributeConsumingService index="0" />
+</md:SPSSODescriptor>
More information about the commits
mailing list