diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-07 16:20:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-07 16:20:00 +0200 |
commit | c210d8c434d5fa8f6c56bbbdb0cb993ddd697213 (patch) | |
tree | f3f62d8b6ff8665605d3c22997c0e58f233f20c9 /tests/mailsynctest.h | |
parent | 41c69690d866414cf90d603629fd488ba9a981b5 (diff) | |
download | sink-c210d8c434d5fa8f6c56bbbdb0cb993ddd697213.tar.gz sink-c210d8c434d5fa8f6c56bbbdb0cb993ddd697213.zip |
Avoid crashing if we fail to resolve the local id.
Diffstat (limited to 'tests/mailsynctest.h')
-rw-r--r-- | tests/mailsynctest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mailsynctest.h b/tests/mailsynctest.h index 8ad3bb3..0decf00 100644 --- a/tests/mailsynctest.h +++ b/tests/mailsynctest.h | |||
@@ -70,6 +70,8 @@ private slots: | |||
70 | void testFlagChange(); | 70 | void testFlagChange(); |
71 | 71 | ||
72 | void testSyncSingleFolder(); | 72 | void testSyncSingleFolder(); |
73 | void testSyncSingleMail(); | ||
74 | void testSyncSingleMailWithBogusId(); | ||
73 | 75 | ||
74 | void testFailingSync(); | 76 | void testFailingSync(); |
75 | }; | 77 | }; |