summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlconnection/data
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-13 06:43:14 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-13 06:43:14 (GMT)
commitba6180ee3fa07590f0de419ae7f41e20b4a7504e (patch)
tree41291c0b0a8d1f19bb7dce17bbd71beca3826be1 /tests/auto/declarative/qmlconnection/data
parent7a05add9235a76f5a3fb721b574c3f41af32ea1f (diff)
downloadQt-ba6180ee3fa07590f0de419ae7f41e20b4a7504e.zip
Qt-ba6180ee3fa07590f0de419ae7f41e20b4a7504e.tar.gz
Qt-ba6180ee3fa07590f0de419ae7f41e20b4a7504e.tar.bz2
more Connection autotests
Diffstat (limited to 'tests/auto/declarative/qmlconnection/data')
-rw-r--r--tests/auto/declarative/qmlconnection/data/test-connection2.qml3
-rw-r--r--tests/auto/declarative/qmlconnection/data/test-connection3.qml3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlconnection/data/test-connection2.qml b/tests/auto/declarative/qmlconnection/data/test-connection2.qml
new file mode 100644
index 0000000..65fe23a
--- /dev/null
+++ b/tests/auto/declarative/qmlconnection/data/test-connection2.qml
@@ -0,0 +1,3 @@
+import Qt 4.6
+
+Connection { id: connection; sender: connection; signal: "widthChanged()"; script: 1 == 1 }
diff --git a/tests/auto/declarative/qmlconnection/data/test-connection3.qml b/tests/auto/declarative/qmlconnection/data/test-connection3.qml
new file mode 100644
index 0000000..32133f9
--- /dev/null
+++ b/tests/auto/declarative/qmlconnection/data/test-connection3.qml
@@ -0,0 +1,3 @@
+import Qt 4.6
+
+Connection {}