summaryrefslogtreecommitdiffstats
path: root/tests/mailtest.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-18 10:46:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-18 10:46:15 +0200
commit2485dbb0f287d93061bc5098a8e11358d3d0d6f9 (patch)
tree03db841075f624565632b59f2dfd947eb6b6382f /tests/mailtest.h
parent172e8c59defdc83ee11af3de923847024ed1f7e2 (diff)
downloadsink-2485dbb0f287d93061bc5098a8e11358d3d0d6f9.tar.gz
sink-2485dbb0f287d93061bc5098a8e11358d3d0d6f9.zip
Test what happens if we add a bogus message to the imap resource.
This test currently fails because we fail to recover.
Diffstat (limited to 'tests/mailtest.h')
-rw-r--r--tests/mailtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h
index b827188..757da1b 100644
--- a/tests/mailtest.h
+++ b/tests/mailtest.h
@@ -53,6 +53,7 @@ private slots:
53 void testModifyMailToDraft(); 53 void testModifyMailToDraft();
54 54
55 void testModifyMailToTrash(); 55 void testModifyMailToTrash();
56 void testBogusMessageAppend();
56}; 57};
57 58
58} 59}