summaryrefslogtreecommitdiffstats
path: root/tests/mailtest.h
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 /tests/mailtest.h
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 'tests/mailtest.h')
-rw-r--r--tests/mailtest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mailtest.h b/tests/mailtest.h
index 362e044..2144bf1 100644
--- a/tests/mailtest.h
+++ b/tests/mailtest.h
@@ -36,7 +36,6 @@ protected:
36 36
37 virtual void resetTestEnvironment() = 0; 37 virtual void resetTestEnvironment() = 0;
38 virtual Sink::ApplicationDomain::SinkResource createResource() = 0; 38 virtual Sink::ApplicationDomain::SinkResource createResource() = 0;
39 virtual void removeResourceFromDisk(const QByteArray &mResourceInstanceIdentifier) = 0;
40 39
41private slots: 40private slots:
42 void initTestCase(); 41 void initTestCase();