Skip to content

Commit

Permalink
Fix test with latest xmlschema
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Aug 23, 2022
1 parent e16beb6 commit 51bb37f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions tests/entity_cat_sfs_hei.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
<ns0:Extensions>
<ns1:EntityAttributes>
<ns2:Attribute Name="http://macedir.org/entity-category">
<ns2:AttributeValue xsi:type="xs:string">
http://www.swamid.se/category/sfs-1993-1153
</ns2:AttributeValue>
<ns2:AttributeValue xsi:type="xs:string">
http://www.swamid.se/category/hei-service
</ns2:AttributeValue>
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
</ns2:Attribute>
</ns1:EntityAttributes>
</ns0:Extensions>
Expand Down
4 changes: 2 additions & 2 deletions tests/servera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ns0:Extensions>
<ns1:EntityAttributes>
<ns2:Attribute Name="http://macedir.org/entity-category">
<ns2:AttributeValue xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
<ns2:AttributeValue xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/sfs-1993-1153</ns2:AttributeValue>
<ns2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">http://www.swamid.se/category/hei-service</ns2:AttributeValue>
</ns2:Attribute>
</ns1:EntityAttributes>
</ns0:Extensions>
Expand Down

0 comments on commit 51bb37f

Please sign in to comment.