diff options
Diffstat (limited to 'project2/ice/unittests/data/unittest-data.xml')
-rw-r--r-- | project2/ice/unittests/data/unittest-data.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/project2/ice/unittests/data/unittest-data.xml b/project2/ice/unittests/data/unittest-data.xml new file mode 100644 index 0000000..d4b76df --- /dev/null +++ b/project2/ice/unittests/data/unittest-data.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<root> + <record> + <a>1</a> + <b>first</b> + </record> + <record> + <a>2</a> + <b>second</b> + </record> + <record> + <a>1</a> + <b>third</b> + </record> + <record> + <a>2</a> + <b>first</b> + </record> +</root> |