]> cloud.milkyroute.net Git - dolphin.git/commit
Add a second Dolphin unit test (for a regression in DolphinDetailsView
authorFrank Reininghaus <frank78ac@googlemail.com>
Fri, 22 Oct 2010 15:41:47 +0000 (15:41 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Fri, 22 Oct 2010 15:41:47 +0000 (15:41 +0000)
commit28bc452f0d4489e0f3076996dde128a5b2940209
tree34589545276e84167e868db9ed0186c6420cc7ec
parentef87498e5226ce44d9c3fd01893d668038122c55
Add a second Dolphin unit test (for a regression in DolphinDetailsView
which has been fixed recently). This commit also adds a new class
TestHelper which provides some funtionality that most Dolphin unit
tests will need. I hope that this makes implementing additional tests
as easy as possible :-)

svn path=/trunk/KDE/kdebase/apps/; revision=1188536
src/tests/CMakeLists.txt
src/tests/dolphindetailsviewtest.cpp [new file with mode: 0644]
src/tests/testhelper.cpp [new file with mode: 0644]
src/tests/testhelper.h [new file with mode: 0644]
src/views/dolphindetailsview.h
src/views/dolphinview.h