]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/dolphinmainwindowtest.cpp
Improve code quality
[dolphin.git] / src / tests / dolphinmainwindowtest.cpp
index 448d5bd84b37ead4faee280b24e772a9b1a23a72..ef972ff259d032a0d470e9b2eaecce863bd96e19 100644 (file)
@@ -330,6 +330,8 @@ void DolphinMainWindowTest::testGoActions()
     QScopedPointer<TestDir> testDir{new TestDir()};
     testDir->createDir("a");
     testDir->createDir("b");
+    testDir->createDir("b/b-1");
+    testDir->createFile("b/b-2");
     testDir->createDir("c");
     QUrl childDirUrl(QDir::cleanPath(testDir->url().toString() + "/b"));
     m_mainWindow->openDirectories({ childDirUrl }, false); // Open "b" dir