summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-29 07:01:54 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-29 07:01:54 (GMT)
commitac808649bd3f63c9e5d5a77db24ccde2cb327ed1 (patch)
tree510b08df4ba2d2f30ad25ee98550cdadb3a540fd /tests
parentbf2f5fbd01b49dad9a2bdfd20d1ccba03936bf88 (diff)
downloadQt-ac808649bd3f63c9e5d5a77db24ccde2cb327ed1.zip
Qt-ac808649bd3f63c9e5d5a77db24ccde2cb327ed1.tar.gz
Qt-ac808649bd3f63c9e5d5a77db24ccde2cb327ed1.tar.bz2
Pass test.
Diffstat (limited to 'tests')
-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 0000000..dab2ec6
--- /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>