diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 10:01:20 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 10:01:20 +0100 |
commit | e3f5df951b4ed711224ac950f1669b91880273f8 (patch) | |
tree | bfddfada89b89cf9fb76f2e608146c006a7ab132 /tests/mailsynctest.h | |
parent | a1f275f87df6e9ea7f199e27ca7623aa99e333a3 (diff) | |
download | sink-e3f5df951b4ed711224ac950f1669b91880273f8.tar.gz sink-e3f5df951b4ed711224ac950f1669b91880273f8.zip |
Sync single folder test
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 94643f6..8ad3bb3 100644 --- a/tests/mailsynctest.h +++ b/tests/mailsynctest.h | |||
@@ -69,6 +69,8 @@ private slots: | |||
69 | void testFetchNewRemovedMessages(); | 69 | void testFetchNewRemovedMessages(); |
70 | void testFlagChange(); | 70 | void testFlagChange(); |
71 | 71 | ||
72 | void testSyncSingleFolder(); | ||
73 | |||
72 | void testFailingSync(); | 74 | void testFailingSync(); |
73 | }; | 75 | }; |
74 | 76 | ||