diff options
Diffstat (limited to 'examples/imapresource/tests/imapresourcetest.cpp')
-rw-r--r-- | examples/imapresource/tests/imapresourcetest.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/imapresource/tests/imapresourcetest.cpp b/examples/imapresource/tests/imapresourcetest.cpp index 7d4453b..fa3caa7 100644 --- a/examples/imapresource/tests/imapresourcetest.cpp +++ b/examples/imapresource/tests/imapresourcetest.cpp | |||
@@ -53,10 +53,7 @@ class ImapResourceTest : public QObject | |||
53 | private slots: | 53 | private slots: |
54 | void initTestCase() | 54 | void initTestCase() |
55 | { | 55 | { |
56 | 56 | Sink::Test::initTest(); | |
57 | //FIXME initTest only works for the current process, | ||
58 | //we also have to start resources in test-mode | ||
59 | // Sink::Test::initTest(); | ||
60 | Sink::Log::setDebugOutputLevel(Sink::Log::Trace); | 57 | Sink::Log::setDebugOutputLevel(Sink::Log::Trace); |
61 | ::ImapResource::removeFromDisk("org.kde.imap.instance1"); | 58 | ::ImapResource::removeFromDisk("org.kde.imap.instance1"); |
62 | system("resetmailbox.sh"); | 59 | system("resetmailbox.sh"); |