diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-14 13:25:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-15 07:12:13 +0200 |
commit | bd64dd286ddc0c5732b9977f78dc945ac40f5b4f (patch) | |
tree | 0cafbad602dd427bc8859334b412c31b6755b0e1 /tests/mailtest.h | |
parent | 8e7528cbbd422b5ae5d571542b9bd4a7d8c119a0 (diff) | |
download | sink-bd64dd286ddc0c5732b9977f78dc945ac40f5b4f.tar.gz sink-bd64dd286ddc0c5732b9977f78dc945ac40f5b4f.zip |
Prepared trash test
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r-- | tests/mailtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h index 3de5e1f..16d5d73 100644 --- a/tests/mailtest.h +++ b/tests/mailtest.h | |||
@@ -69,6 +69,8 @@ private slots: | |||
69 | 69 | ||
70 | void testCreateDraft(); | 70 | void testCreateDraft(); |
71 | void testModifyMailToDraft(); | 71 | void testModifyMailToDraft(); |
72 | |||
73 | void testModifyMailToTrash(); | ||
72 | }; | 74 | }; |
73 | 75 | ||
74 | } | 76 | } |