┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-04-07 22:51:05 +0200
committerElvis Angelaccio <[email protected]>2019-04-07 22:51:05 +0200
commit93f26f799fe78077a5815aeae8dca9f097040eb6 (patch)
tree7313a501bcd0bd09427227655efc608d5a2b08d6 /src
parent11955532d4d325f0f833666fc129288a2f478e9d (diff)
parent30a335cbcf1268bd35e6916c3649ec1b40134858 (diff)
Merge branch 'Applications/19.04'
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)