From 1a032453950a058eba3cb0695a7331737330add3 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 9 Nov 2010 08:33:45 +0000 Subject: 1. Add method TestBase::reloadViewAndWait(). 2. Remove some debug output from DolphinDetailsViewTest - it seems that the test failure I saw on cdash.org is due to a failing kioslave, which is probably not Dolphin's fault. svn path=/trunk/KDE/kdebase/apps/; revision=1194514 --- src/tests/testbase.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/tests/testbase.h') diff --git a/src/tests/testbase.h b/src/tests/testbase.h index 121c230ca..a940a5296 100644 --- a/src/tests/testbase.h +++ b/src/tests/testbase.h @@ -49,7 +49,10 @@ public: ~TestBase(); // Returns the item view (icons, details, or columns) - QAbstractItemView* itemView () const; + QAbstractItemView* itemView() const; + + // Reloads the view and waits for the finishedPathLoading(const KUrl&) signal. + void reloadViewAndWait(); KUrl testDirUrl() const; -- cgit v1.3