┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/dolphinmainwindowtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp
index 9cc6b84e8..c98ababa6 100644
--- a/src/tests/dolphinmainwindowtest.cpp
+++ b/src/tests/dolphinmainwindowtest.cpp
@@ -247,7 +247,7 @@ void DolphinMainWindowTest::testNewFileMenuEnabled()
QVERIFY(newFileMenu);
QFETCH(bool, expectedEnabled);
- QCOMPARE(newFileMenu->isEnabled(), expectedEnabled);
+ QTRY_COMPARE(newFileMenu->isEnabled(), expectedEnabled);
}
QTEST_MAIN(DolphinMainWindowTest)