]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix failing testWindowTitle() on the KDE CI
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 15 Sep 2019 18:59:08 +0000 (20:59 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 15 Sep 2019 18:59:08 +0000 (20:59 +0200)
Forgot that the default places panel no longer ships the Root place.

GIT_SILENT

src/tests/dolphinmainwindowtest.cpp

index ef8da462aa35b237418330b6f6921ad4dee74f0e..e57c79b02c6c98b0a291b6020a1126f4e1164149 100644 (file)
@@ -261,7 +261,6 @@ void DolphinMainWindowTest::testWindowTitle_data()
     // TODO: this test should enforce the english locale.
     QTest::newRow("home") << QUrl::fromLocalFile(QDir::homePath()) << QStringLiteral("Home");
     QTest::newRow("home with trailing slash") << QUrl::fromLocalFile(QStringLiteral("%1/").arg(QDir::homePath())) << QStringLiteral("Home");
-    QTest::newRow("root") << QUrl::fromLocalFile(QDir::rootPath()) << QStringLiteral("Root");
     QTest::newRow("trash") << QUrl::fromUserInput(QStringLiteral("trash:/")) << QStringLiteral("Trash");
 }