summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicspathview
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlgraphicspathview')
-rw-r--r--tests/auto/declarative/qmlgraphicspathview/data/datamodel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicspathview/data/datamodel.qml b/tests/auto/declarative/qmlgraphicspathview/data/datamodel.qml
index 6aea96b..9d08e5d 100644
--- a/tests/auto/declarative/qmlgraphicspathview/data/datamodel.qml
+++ b/tests/auto/declarative/qmlgraphicspathview/data/datamodel.qml
@@ -9,7 +9,7 @@ PathView {
function checkProperties() {
testObject.error = false;
if (testObject.useModel && view.model != itemModel) {
- print("model property incorrect");
+ console.log("model property incorrect");
testObject.error = true;
}
}