Skip to content

Commit 7c90f87

Browse files
committed
adding missing namespace to fixtures file
1 parent 7494a2a commit 7c90f87

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

fixtures/10_Writing/add.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<sv:node xmlns:crx="http://www.day.com/crx/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fn_old="http://www.w3.org/2004/10/xpath-functions" xmlns:vlt="http://www.day.com/jcr/vault/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:rep="internal" sv:name="tests_write_manipulation_add">
2+
<sv:node xmlns:crx="http://www.day.com/crx/1.0"
3+
xmlns:test="http://liip.to/jackalope"
4+
xmlns:mix="http://www.jcp.org/jcr/mix/1.0"
5+
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
6+
xmlns:fn="http://www.w3.org/2005/xpath-functions"
7+
xmlns:fn_old="http://www.w3.org/2004/10/xpath-functions"
8+
xmlns:vlt="http://www.day.com/jcr/vault/1.0"
9+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
10+
xmlns:jcr="http://www.jcp.org/jcr/1.0"
11+
xmlns:sv="http://www.jcp.org/jcr/sv/1.0"
12+
xmlns:rep="internal"
13+
14+
sv:name="tests_write_manipulation_add">
315
<sv:property sv:name="jcr:primaryType" sv:type="Name">
416
<sv:value>nt:unstructured</sv:value>
517
</sv:property>

0 commit comments

Comments
 (0)