Merge lp://staging/~mzanetti/ubuntu-sdk-tutorials/add-qmltests into lp://staging/ubuntu-sdk-tutorials
Proposed by
Michael Zanetti
Status: | Merged |
---|---|
Merged at revision: | 55 |
Proposed branch: | lp://staging/~mzanetti/ubuntu-sdk-tutorials/add-qmltests |
Merge into: | lp://staging/ubuntu-sdk-tutorials |
Diff against target: |
218 lines (+192/-0) 4 files modified
getting-started/CurrencyConverter/CurrencyConverter.qml (+1/-0) getting-started/CurrencyConverter/tests/qmltests/helpers.js (+14/-0) getting-started/CurrencyConverter/tests/qmltests/tst_CurrencyConverter.qml (+111/-0) getting-started/CurrencyConverter/tests/qmltests/tst_convert.qml (+66/-0) |
To merge this branch: | bzr merge lp://staging/~mzanetti/ubuntu-sdk-tutorials/add-qmltests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Planella | Approve | ||
Nicholas Skaggs | Approve | ||
Juhapekka Piiroinen | Pending | ||
Review via email: mp+171907@code.staging.launchpad.net |
Commit message
added qmltest tutorial
To post a comment you must log in.
I asked Michael to help out in showing us an example for using the qmltestrunner. He agreed and promptly produced this lovely example to go with the currencyConverter tutorial. I'll add an article for it as well and we should then be complete on testing qml apps :-)