summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/data
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-03 06:45:59 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-03 06:46:53 (GMT)
commited82a5dbe57fcc80b9d6244c73295f4b0b6e2835 (patch)
tree3d029c4f2c0f14b18f47c9f682456a6f2eba19d0 /tests/auto/declarative/examples/data
parent5f19daab6baba7d09853058355a66090a3781430 (diff)
downloadQt-ed82a5dbe57fcc80b9d6244c73295f4b0b6e2835.zip
Qt-ed82a5dbe57fcc80b9d6244c73295f4b0b6e2835.tar.gz
Qt-ed82a5dbe57fcc80b9d6244c73295f4b0b6e2835.tar.bz2
Allow example-specific test.
Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer.
Diffstat (limited to 'tests/auto/declarative/examples/data')
-rw-r--r--tests/auto/declarative/examples/data/webbrowser/webbrowser.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml b/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml
new file mode 100644
index 0000000..bdf3290
--- /dev/null
+++ b/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml
@@ -0,0 +1,6 @@
+import Qt.VisualTest 4.6
+
+VisualTest {
+ Frame { msec: 0 }
+ Frame { msec: 1000 }
+}