summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativexmllistmodel
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-29 17:01:54 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-03-29 17:01:54 +1000
commitac808649bd3f63c9e5d5a77db24ccde2cb327ed1 (patch)
tree510b08df4ba2d2f30ad25ee98550cdadb3a540fd /tests/auto/declarative/qdeclarativexmllistmodel
parentbf2f5fbd01b49dad9a2bdfd20d1ccba03936bf88 (diff)
downloadqt4-tools-ac808649bd3f63c9e5d5a77db24ccde2cb327ed1.tar.gz
Pass test.
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmllistmodel')
-rw-r--r--tests/auto/declarative/qdeclarativexmllistmodel/data/model2.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/data/model2.xml b/tests/auto/declarative/qdeclarativexmllistmodel/data/model2.xml
new file mode 100644
index 0000000000..dab2ec6dc0
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativexmllistmodel/data/model2.xml
@@ -0,0 +1,14 @@
+<Pets>
+ <Pet>
+ <name>Polly</name>
+ <type>Parrot</type>
+ <age>12</age>
+ <size>Small</size>
+ </Pet>
+ <Pet>
+ <name>Penny</name>
+ <type>Turtle</type>
+ <age>4</age>
+ <size>Small</size>
+ </Pet>
+</Pets>