diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 04:07:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 04:08:31 (GMT) |
commit | e1c895912a89824af6b8a826b6c28865ac13b392 (patch) | |
tree | b2f2e1c7b0e143cd50ea78ad2c8eb9b06cf903b8 /tests/auto/declarative/qdeclarativeview/data/error1.qml | |
parent | e8c36529d78b99ce651e26779e96986561f63646 (diff) | |
download | Qt-e1c895912a89824af6b8a826b6c28865ac13b392.zip Qt-e1c895912a89824af6b8a826b6c28865ac13b392.tar.gz Qt-e1c895912a89824af6b8a826b6c28865ac13b392.tar.bz2 |
Various declarative autotest additions.
Diffstat (limited to 'tests/auto/declarative/qdeclarativeview/data/error1.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativeview/data/error1.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeview/data/error1.qml b/tests/auto/declarative/qdeclarativeview/data/error1.qml new file mode 100644 index 0000000..c154716 --- /dev/null +++ b/tests/auto/declarative/qdeclarativeview/data/error1.qml @@ -0,0 +1,5 @@ +import Qt 4.7 + +Rectangle { + nonExistentProperty: 5 +} |