]> cloud.milkyroute.net Git - dolphin.git/commit
First version of a unit test for KItemListController
authorFrank Reininghaus <frank78ac@googlemail.com>
Wed, 1 Feb 2012 20:52:50 +0000 (21:52 +0100)
committerFrank Reininghaus <frank78ac@googlemail.com>
Wed, 1 Feb 2012 21:08:16 +0000 (22:08 +0100)
commit6db0bec32548fd6c1d742defba5dbf958e61f45c
treed1da9b7cd71be9fd5aa926b1b10e1ee0451deec1
parente854a3221a27a73bd143d8c765afa61152413b0f
First version of a unit test for KItemListController

At the moment, only key press events are tested, and the current item
and selection after the event are verified.
Moreover, this commit makes sure that
KItemListController::keyPressEvent() really does not select anything
if the selection mode is NoSelection.
(cherry picked from commit 7457f4868cf0bc83e8a90ce5693292378f3d07c4)
src/kitemviews/kitemlistcontroller.cpp
src/kitemviews/kitemlistview.h
src/kitemviews/kitemlistviewlayouter_p.h
src/tests/CMakeLists.txt
src/tests/kitemlistcontrollertest.cpp [new file with mode: 0644]