]> 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 20:58:23 +0000 (21:58 +0100)
commit7f4e9d9ed908eaa10659cbd04f53a82e28e8a59b
tree109395e80e67886a26128853a3b7c7f6095fc069
parent43373b3a1650a5834f3d030b61d80b0a4e858588
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.
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]