[java-opensaml2 COMMIT] /branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 25 11:04:17 EDT 2013
Author: scantor
Date: Mon Mar 25 11:04:17 2013
New Revision: 1642
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1642&view=rev
Log:
Change prefixes back (xmlunit only cared when the type didn't match).
Modified:
branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml
Modified: branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml?rev=1642&r1=1641&r2=1642&view=diff
==============================================================================
--- branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml (original)
+++ branches/REL_2/src/test/resources/data/org/opensaml/saml1/impl/AttributeWithChildren.xml Mon Mar 25 11:04:17 2013
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<saml1:Attribute xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <saml1:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
- <saml1:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
- <saml1:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
- <saml1:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
-</saml1:Attribute>
+<saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
+ <saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
+ <saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
+ <saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string"/>
+</saml:Attribute>
More information about the commits
mailing list