summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests/imapmailtest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-26 14:23:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-26 14:23:23 +0200
commitcb81ef8f69f6a48ed505f5aef50c62a10aa67283 (patch)
treee12b398c1a7f054d62bf3e9a26b8bb7b18b939f7 /examples/imapresource/tests/imapmailtest.cpp
parentcf487248df311bd055844ce44786e28ea5aa7c2c (diff)
downloadsink-cb81ef8f69f6a48ed505f5aef50c62a10aa67283.tar.gz
sink-cb81ef8f69f6a48ed505f5aef50c62a10aa67283.zip
Remove the store from the resource side.
...and shutdown the resource after we removed all data.
Diffstat (limited to 'examples/imapresource/tests/imapmailtest.cpp')
-rw-r--r--examples/imapresource/tests/imapmailtest.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/imapresource/tests/imapmailtest.cpp b/examples/imapresource/tests/imapmailtest.cpp
index d17d7da..c94a731 100644
--- a/examples/imapresource/tests/imapmailtest.cpp
+++ b/examples/imapresource/tests/imapmailtest.cpp
@@ -1,7 +1,6 @@
1#include <QtTest> 1#include <QtTest>
2 2
3#include <tests/mailtest.h> 3#include <tests/mailtest.h>
4#include "../imapresource.h"
5 4
6#include "common/test.h" 5#include "common/test.h"
7#include "common/domain/applicationdomaintype.h" 6#include "common/domain/applicationdomaintype.h"
@@ -33,11 +32,6 @@ protected:
33 resource.setProperty("password", "doe"); 32 resource.setProperty("password", "doe");
34 return resource; 33 return resource;
35 } 34 }
36
37 void removeResourceFromDisk(const QByteArray &identifier) Q_DECL_OVERRIDE
38 {
39 ::ImapResource::removeFromDisk(identifier);
40 }
41}; 35};
42 36
43QTEST_MAIN(ImapMailTest) 37QTEST_MAIN(ImapMailTest)