Merge lp://staging/~aacid/dee-qt/more_tests into lp://staging/dee-qt
Proposed by
Albert Astals Cid
Status: | Rejected |
---|---|
Rejected by: | Albert Astals Cid |
Proposed branch: | lp://staging/~aacid/dee-qt/more_tests |
Merge into: | lp://staging/dee-qt |
Diff against target: |
617 lines (+301/-96) 13 files modified
debian/control (+3/-0) deelistmodel.cpp (+4/-55) deelistmodel.h (+4/-2) deelistmodel_p.h (+73/-0) modules/Dee/CMakeLists.txt (+1/-0) tests/CMakeLists.txt (+22/-7) tests/conversiontest.cpp (+2/-0) tests/deelistmodelqmltest.cpp (+70/-0) tests/deelistmodeltest.cpp (+40/-2) tests/test-helper.cpp (+2/-0) tests/test_qtquick1.qml (+0/-15) tests/test_qtquick2.qml (+0/-15) tests/tst_deelistmodel.qml (+80/-0) |
To merge this branch: | bzr merge lp://staging/~aacid/dee-qt/more_tests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michal Hruby (community) | Needs Fixing | ||
PS Jenkins bot (community) | continuous-integration | Approve | |
Review via email: mp+197220@code.staging.launchpad.net |
Commit message
Add more tests
To post a comment you must log in.
Unmerged revisions
- 93. By Albert Astals Cid
-
Forgot this file ^_^
- 92. By Albert Astals Cid
-
Do not make test stuff public
- 91. By Albert Astals Cid
-
not really test related
- 90. By Albert Astals Cid
-
Not needed
- 89. By Albert Astals Cid
-
Why remove this?
- 88. By Albert Astals Cid
-
We don't need this either
- 87. By Albert Astals Cid
-
We don't need this, do we?
- 86. By Albert Astals Cid
-
forgot to kill this
- 85. By Albert Astals Cid
-
Reuse tests from p:~unity-
team/dee- qt/deevariantte xt-and- tests
Question, do we want to leave the append/remove functions in DeeListModel or move them to TestDeeListModel since we only use it for the QML tests?