┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-09-15 20:59:08 +0200
committerElvis Angelaccio <[email protected]>2019-09-15 20:59:08 +0200
commitcb0f6f4d9bf55f072ce90653d448af59c0edf680 (patch)
tree952f8350e0dd5bdfea1047c896daad39dbd5e81d /src
parent681d8bb6cd13005236c2f389a09e428204b4dd76 (diff)
Fix failing testWindowTitle() on the KDE CI
Forgot that the default places panel no longer ships the Root place. GIT_SILENT
Diffstat (limited to 'src')
-rw-r--r--src/tests/dolphinmainwindowtest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp
index ef8da462a..e57c79b02 100644
--- a/src/tests/dolphinmainwindowtest.cpp
+++ b/src/tests/dolphinmainwindowtest.cpp
@@ -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");
}