diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-19 11:18:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-19 11:18:24 +0100 |
commit | 5b253b3a5da0829fa9b8f54f26a7f8f6f450c6e9 (patch) | |
tree | b6bfeb7ee3d9b08f6ad475042da5add82634bf5b /accounts/maildir/tests/settingstest.cpp | |
parent | b0d06e04e4f4a0c8645288d4a31449215ce58770 (diff) | |
download | kube-5b253b3a5da0829fa9b8f54f26a7f8f6f450c6e9.tar.gz kube-5b253b3a5da0829fa9b8f54f26a7f8f6f450c6e9.zip |
Fixed test build
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 | ||