diff options
Diffstat (limited to 'accounts/maildir/tests/settingstest.cpp')
-rw-r--r-- | accounts/maildir/tests/settingstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/maildir/tests/settingstest.cpp b/accounts/maildir/tests/settingstest.cpp index af1a35b4..8f8471f0 100644 --- a/accounts/maildir/tests/settingstest.cpp +++ b/accounts/maildir/tests/settingstest.cpp | |||
@@ -40,7 +40,7 @@ private slots: | |||
40 | QSignalSpy spy(&readSettings, &MaildirSettings::pathChanged); | 40 | QSignalSpy spy(&readSettings, &MaildirSettings::pathChanged); |
41 | readSettings.setAccountIdentifier(accountId); | 41 | readSettings.setAccountIdentifier(accountId); |
42 | QTRY_VERIFY(spy.count()); | 42 | QTRY_VERIFY(spy.count()); |
43 | QVERIFY(!readSettings.identifier().isEmpty()); | 43 | QVERIFY(!readSettings.accountIdentifier().isEmpty()); |
44 | QCOMPARE(readSettings.path().toString(), maildirPath); | 44 | QCOMPARE(readSettings.path().toString(), maildirPath); |
45 | } | 45 | } |
46 | 46 | ||