summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-10-31 08:27:10 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 15:46:29 +0100
commit250229299f455fa40a5f1d81fdb707db0647f2ed (patch)
treec032e888a43f838223fdb801d3222f0103c679bf /tests
parentc9ca8a8f943eaa56bad875b5c25596efc8d92117 (diff)
downloadqtenginio-250229299f455fa40a5f1d81fdb707db0647f2ed.tar.gz
Fix typo in autotests
Change-Id: Ia29fd4380ac42ec036a47c527ab65c21f0a732d6 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltests/tst_model.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltests/tst_model.qml b/tests/auto/qmltests/tst_model.qml
index ad058cf..3a49d43 100644
--- a/tests/auto/qmltests/tst_model.qml
+++ b/tests/auto/qmltests/tst_model.qml
@@ -261,7 +261,7 @@ Item {
function test_modify() {
var errorCount = enginioClient.errorCount
var counterObject = {"counter": 0, "expectedCount": 0}
- tryCompare(modelModify, "resetCounter", 1)
+ tryCompare(modelModifyUndblocked, "resetCounter", 1)
// append new data
modelModifyUndblocked.append({ "objectType": AppConfig.testObjectType,