diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-26 14:23:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-26 14:23:23 +0200 |
commit | cb81ef8f69f6a48ed505f5aef50c62a10aa67283 (patch) | |
tree | e12b398c1a7f054d62bf3e9a26b8bb7b18b939f7 /tests/mailtest.h | |
parent | cf487248df311bd055844ce44786e28ea5aa7c2c (diff) | |
download | sink-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.h | 1 |
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 | ||
41 | private slots: | 40 | private slots: |
42 | void initTestCase(); | 41 | void initTestCase(); |