Test plan for: Qt PIM
Component checklist:-
Trunk URL: lp:~kubuntu-packagers/kubuntu-packaging/qtpim-opensource-src
Ubuntu Package URL (LP): https://launchpad.net/ubuntu/+source/qtpim-opensource-src
Test Plan
Bug fix update
Install latest (devel-proposed) image on phone. Install freshly built qtpim update that is planned to be landed.
Ensure that the following pass on the device:
- address book manual tests
- _unit_ tests for Ubuntu UI Toolkit (for example bzr bd on device)
- autopilot tests (depending on the state of the AP tests):
- ubuntu_clock_app
- address_book_app
- calendar_app
- dialer_app
- messaging_app
Execute manual test plans for the apps.
New upstream version
Do all the same as for bug fix update. Additionally:
Because of bug #1376644 is open, run the qtpim unit tests locally as follows:
dget [PPA-upload].dsc cd qtpim-opensource-src-* mkdir .git quilt pop quilt pop quilt pop # to not disable tests via a patch sudo apt-get purge qtcontact5-galera # do use normal memory backend qmake QT_BUILD_PARTS+=tests dh_auto_build CURDIR=$(pwd) dh_auto_test -- QT_PLUGIN_PATH=${CURDIR}/plugins LD_LIBRARY_PATH=${CURDIR}/lib QML2_IMPORT_PATH=${CURDIR}/qml HOME=${CURDIR}/home