summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2016-11-22 17:33:49 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2016-11-23 07:31:30 +0000
commit4e947e713b8325db86091c649f005e7588ff0d95 (patch)
treea2636ae7bcaa62458f84e67577a61c21abeb03be /tests/manual
parent7fb91084893282938ce2e902395c35632a5a6fff (diff)
downloadqt-creator-4e947e713b8325db86091c649f005e7588ff0d95.tar.gz
QmlDesigner: Add warning about expected error to testfile
Change-Id: Idb6d26f01e1a4be70fa30ec8175b6b4e509bbaf7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/qml/testfiles_quick2/listmodel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/qml/testfiles_quick2/listmodel.qml b/tests/manual/qml/testfiles_quick2/listmodel.qml
index cf1d92fb41..610bb26a91 100644
--- a/tests/manual/qml/testfiles_quick2/listmodel.qml
+++ b/tests/manual/qml/testfiles_quick2/listmodel.qml
@@ -26,6 +26,7 @@
import QtQuick 2.0
ListModel {
+ // Unsupported by Qt Quick Designer, it should display a warning
id: myModel
ListElement {
content: "foo"