e8a78e21b8
There was inconsistency in qvariant type of submodels depending if it was initial call for a given row (creating proxy) or further calls (returning cached object). It led to subtle issues in views - view was reporting type errors and failing assigning submodels properly when used with submodel proxy with already initialized and cached proxy submodels. Closes: #14507 |
||
---|---|---|
.. | ||
TestComponents | ||
TestControls | ||
TestCore | ||
TestUtils | ||
qml/StatusQ/TestHelpers | ||
src/TestHelpers | ||
CMakeLists.txt | ||
main.cpp | ||
readme.md | ||
tst_Aggregator.cpp | ||
tst_ConcatModel.cpp | ||
tst_LeftJoinModel.cpp | ||
tst_MovableModel.cpp | ||
tst_RolesRenamingModel.cpp | ||
tst_SingleRoleAggregator.cpp | ||
tst_SubmodelProxyModel.cpp | ||
tst_SumAggregator.cpp | ||
tst_WritableProxyModel.cpp |
readme.md
Readme
Developer instructions
CMake
cd ./tests/
cmake -B ./build/ -S .
cmake --build ./build/
ctest --test-dir ./build/
QtCreator
- Open the
./tests/CMakeLists.txt
- Choose a QT kit to run the tests
- Set
%{sourceDir}/tests
as Working Directory for the TestStatusQ target - In the Test Results panel choose Run All Tests or just run the TestStatusQ target
TODO
- TestHelpers library
- Consolidate and integrate with https://github.com/status-im/desktop-ui-tests
- Separate projects per scope: TestControls, TestComponents