diff options
author | tof <> | 2007-06-27 11:51:32 +0000 |
---|---|---|
committer | tof <> | 2007-06-27 11:51:32 +0000 |
commit | fdb122f2da9e36dd41243a69e8ea9eec20ad3a1d (patch) | |
tree | ffe0f3ca249df9a97b80240c04cf9e5e4b827bed /tests/unit/Xml/data | |
parent | 0621133cf16ece2cbf4be49438ab0eacaada5630 (diff) |
Add unit test for TXmlDocument and TXmlElementList
Diffstat (limited to 'tests/unit/Xml/data')
-rw-r--r-- | tests/unit/Xml/data/test.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unit/Xml/data/test.xml b/tests/unit/Xml/data/test.xml new file mode 100644 index 00000000..0cd2f58c --- /dev/null +++ b/tests/unit/Xml/data/test.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rootNode attr1="test1"> + <node id="node1" attr1="attribute1" attr2="attribute2" attr3="attribute3"/> + <node id="node2"> + <attr name="attribute1">Value1</attr> + <attr name="attribute2">Value2</attr> + </node> +</rootNode>
\ No newline at end of file |