qt5base-lts/tests/auto/corelib/itemmodels/qitemmodel
Stephen Kelly 9eacf32de9 Move the qitemmodel test to the itemmodels directory.
Change-Id: I67e1008bea0d94ffbc52aad453a29645261e109e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-06 17:21:25 +01:00
..
.gitignore Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00
modelstotest.cpp Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00
qitemmodel.pro Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00
README Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00
tst_qitemmodel.cpp Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00

This is a QStandardItemModel test.  It will help catch a lot of simple problems.  You should still create your own test for custom functionality and functions that your model has.

Add your model to the modelstotest.cpp file (qt model's are included as examples) and modify the pro file accordingly.  Fix the errors in order of failure as later tests assume the ones before them have passed.