summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qidentityproxymodel
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-08-24 18:50:59 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2018-01-09 21:12:58 +0000
commitff25a7ec056d3381e04251eb65a59c46afe79e08 (patch)
treee952e718b9f23b01d6c5970f62acfd61122c7a18 /tests/auto/corelib/itemmodels/qidentityproxymodel
parent81566ca9aa525e83810994a567fddcdbc9c2d22c (diff)
QAbstractItemModelTester: fix the autotests
Move the modeltest autotest in the right place, and fix the other autotests that were using it to use the version now in QtTestLib. Change-Id: Ic6838945f616d580f357c872ce0956c341be3b16 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests/auto/corelib/itemmodels/qidentityproxymodel')
-rw-r--r--tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro b/tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro
index ba32f02962..ddec0d2354 100644
--- a/tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro
+++ b/tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro
@@ -1,8 +1,8 @@
CONFIG += testcase
TARGET = tst_qidentityproxymodel
-mtdir = ../../../other/modeltest
+mtdir = ../../../other/qabstractitemmodelutils
INCLUDEPATH += $$PWD/$${mtdir}
QT += testlib
-SOURCES += tst_qidentityproxymodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
-HEADERS += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
+SOURCES += tst_qidentityproxymodel.cpp $${mtdir}/dynamictreemodel.cpp
+HEADERS += $${mtdir}/dynamictreemodel.h