diff options
| author | Elvis Angelaccio <[email protected]> | 2019-04-07 22:51:05 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-04-07 22:51:05 +0200 |
| commit | 93f26f799fe78077a5815aeae8dca9f097040eb6 (patch) | |
| tree | 7313a501bcd0bd09427227655efc608d5a2b08d6 /src | |
| parent | 11955532d4d325f0f833666fc129288a2f478e9d (diff) | |
| parent | 30a335cbcf1268bd35e6916c3649ec1b40134858 (diff) | |
Merge branch 'Applications/19.04'
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/dolphinmainwindowtest.cpp | 2 |
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) |
