diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 23:48:28 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 23:48:28 +0200 |
commit | b4be5caff7691b5a4325938dc10abc02432af26e (patch) | |
tree | cd41cde8bea050f9793ce5fc4e451945aec6082c /tests/mailtest.h | |
parent | 78a59b874ba088caec06c10761ebacaba3f120b5 (diff) | |
download | sink-b4be5caff7691b5a4325938dc10abc02432af26e.tar.gz sink-b4be5caff7691b5a4325938dc10abc02432af26e.zip |
A much more comprehensive mail test
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h index 0729a91..43d4f75 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h | |||
@@ -51,6 +51,7 @@ class MailTest : public QObject | |||
51 | 51 | ||
52 | protected: | 52 | protected: |
53 | QByteArray mResourceInstanceIdentifier; | 53 | QByteArray mResourceInstanceIdentifier; |
54 | QByteArrayList mCapabilities; | ||
54 | 55 | ||
55 | virtual void resetTestEnvironment() = 0; | 56 | virtual void resetTestEnvironment() = 0; |
56 | virtual Sink::ApplicationDomain::SinkResource createResource() = 0; | 57 | virtual Sink::ApplicationDomain::SinkResource createResource() = 0; |
@@ -63,6 +64,8 @@ private slots: | |||
63 | 64 | ||
64 | void testCreateModifyDeleteFolder(); | 65 | void testCreateModifyDeleteFolder(); |
65 | void testCreateModifyDeleteMail(); | 66 | void testCreateModifyDeleteMail(); |
67 | void testMarkMailAsRead(); | ||
68 | void testCreateDraft(); | ||
66 | }; | 69 | }; |
67 | 70 | ||
68 | } | 71 | } |