summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml')
-rw-r--r--plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml b/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml
new file mode 100644
index 0000000000..ae30c81143
--- /dev/null
+++ b/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.0
+import QtTest 1.0
+
+TestCase {
+ name: "HalloBallo"
+ function test_bla() {
+ verify(true, "verifying true");
+ }
+}
+