Skip to content

Commit 51bb37f

Browse files
committed
Fix test with latest xmlschema
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent e16beb6 commit 51bb37f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tests/entity_cat_sfs_hei.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@
99
<ns0:Extensions>
1010
<ns1:EntityAttributes>
1111
<ns2:Attribute Name="http://macedir.org/entity-category">
12-
<ns2:AttributeValue xsi:type="xs:string">
13-
http://www.swamid.se/category/sfs-1993-1153
14-
</ns2:AttributeValue>
15-
<ns2:AttributeValue xsi:type="xs:string">
16-
http://www.swamid.se/category/hei-service
17-
</ns2:AttributeValue>
12+
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
13+
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
1814
</ns2:Attribute>
1915
</ns1:EntityAttributes>
2016
</ns0:Extensions>

tests/servera.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ns0:Extensions>
1111
<ns1:EntityAttributes>
1212
<ns2:Attribute Name="http://macedir.org/entity-category">
13-
<ns2:AttributeValue xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
14-
<ns2:AttributeValue xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
13+
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
14+
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
1515
</ns2:Attribute>
1616
</ns1:EntityAttributes>
1717
</ns0:Extensions>

0 commit comments

Comments
 (0)