Split qquicklistmodel test into two parts
authorMatthew Vogt <matthew.vogt@nokia.com>
Wed, 18 Apr 2012 01:18:57 +0000 (11:18 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 18 Apr 2012 09:45:30 +0000 (11:45 +0200)
commit092aba4d3e752a61a795dd7923da3a622ac43ef0
tree2902eba637257e5bfe89226f3a64ed169d0693af
parent7d3a56f3cf717a06823c33b031ea4f590e14002d
Split qquicklistmodel test into two parts

This long-running test was potentially being terminated by the test
framework for simply exceeding the maximum run time.

Change-Id: I7e1be44f25885ae869f05acbce3c0fb1c05f76a6
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
12 files changed:
tests/auto/qml/qml.pro
tests/auto/qml/qquicklistmodel/tst_qquicklistmodel.cpp
tests/auto/qml/qquicklistmodelworkerscript/data/model.qml [moved from tests/auto/qml/qquicklistmodel/data/model.qml with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/script.js [moved from tests/auto/qml/qquicklistmodel/data/script.js with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workerremoveelement.js [moved from tests/auto/qml/qquicklistmodel/data/workerremoveelement.js with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workerremoveelement.qml [moved from tests/auto/qml/qquicklistmodel/data/workerremoveelement.qml with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workerremovelist.js [moved from tests/auto/qml/qquicklistmodel/data/workerremovelist.js with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workerremovelist.qml [moved from tests/auto/qml/qquicklistmodel/data/workerremovelist.qml with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workersync.js [moved from tests/auto/qml/qquicklistmodel/data/workersync.js with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/data/workersync.qml [moved from tests/auto/qml/qquicklistmodel/data/workersync.qml with 100% similarity]
tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro [new file with mode: 0644]
tests/auto/qml/qquicklistmodelworkerscript/tst_qquicklistmodelworkerscript.cpp [new file with mode: 0644]