From cb81ef8f69f6a48ed505f5aef50c62a10aa67283 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 26 Jun 2016 14:23:23 +0200 Subject: Remove the store from the resource side. ...and shutdown the resource after we removed all data. --- examples/imapresource/tests/imapmailtest.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/imapresource/tests') 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 @@ #include #include -#include "../imapresource.h" #include "common/test.h" #include "common/domain/applicationdomaintype.h" @@ -33,11 +32,6 @@ protected: resource.setProperty("password", "doe"); return resource; } - - void removeResourceFromDisk(const QByteArray &identifier) Q_DECL_OVERRIDE - { - ::ImapResource::removeFromDisk(identifier); - } }; QTEST_MAIN(ImapMailTest) -- cgit v1.2.3