From 28bc452f0d4489e0f3076996dde128a5b2940209 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Fri, 22 Oct 2010 15:41:47 +0000 Subject: 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/views/dolphinview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 178e0ca6a..0c88d27ff 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -797,6 +797,9 @@ private: * slotDirListerCompleted(). */ QSet m_newFileNames; + + // For unit tests + friend class TestHelper; }; /// Allow using DolphinView::Mode in QVariant -- cgit v1.3