X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c288a48fdc591bf047e2d66f089bde557d948657..78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d:/src/tests/dolphinmainwindowtest.cpp diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp index 448d5bd84..ef972ff25 100644 --- a/src/tests/dolphinmainwindowtest.cpp +++ b/src/tests/dolphinmainwindowtest.cpp @@ -330,6 +330,8 @@ void DolphinMainWindowTest::testGoActions() QScopedPointer 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