diff options
| author | Frank Reininghaus <[email protected]> | 2010-11-09 08:33:45 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-11-09 08:33:45 +0000 |
| commit | 1a032453950a058eba3cb0695a7331737330add3 (patch) | |
| tree | 707763d32e5f3e73aaae7d9a2adcf142f93f2e5b /src/tests/testbase.h | |
| parent | da44e5e0b2237fa1019caeecf854aa95a4b360d8 (diff) | |
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
Diffstat (limited to 'src/tests/testbase.h')
| -rw-r--r-- | src/tests/testbase.h | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
