]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Some minor changes in DolphinDetailsViewTest:
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 23 Nov 2010 17:14:04 +0000 (17:14 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 23 Nov 2010 17:14:04 +0000 (17:14 +0000)
1. Remove unneeded includes
2. Fix typo
3. Add newline at end of file.

svn path=/trunk/KDE/kdebase/apps/; revision=1200027

src/tests/dolphindetailsviewtest.cpp

index 5c5f21cfab9c243a7a49045dfb9cbdd7e4e42b0a..d28be760d5b124a43dd3175884c8d3752df53ae2 100644 (file)
 #include "views/dolphindetailsview.h"
 #include "views/dolphinview.h"
 #include "views/dolphinmodel.h"
-#include "views/dolphindirlister.h"
 #include "views/dolphinsortfilterproxymodel.h"
 #include "views/zoomlevelinfo.h"
 
-#include <KTempDir>
-
-#include <QtCore/QDir>
 #include <qtestmouse.h>
 #include <qtestkeyboard.h>
 
@@ -73,7 +69,7 @@ private:
 
 /**
  * This test verifies that DolphinDetailsView::expandedUrls() returns the right set of URLs.
- * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also names a, b, c) each.
+ * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also named a, b, c) each.
  * Each of those contains 3 further subfolders of the same name.
  */
 
@@ -294,4 +290,4 @@ void DolphinDetailsViewTest::bug257401_longFilenamesKeyboardNavigation() {
 
 QTEST_KDEMAIN(DolphinDetailsViewTest, GUI)
 
-#include "dolphindetailsviewtest.moc"
\ No newline at end of file
+#include "dolphindetailsviewtest.moc"