diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mailsynctest.cpp | 2 | ||||
-rw-r--r-- | tests/mailtest.cpp | 2 | ||||
-rw-r--r-- | tests/messagequeuetest.cpp | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/mailsynctest.cpp b/tests/mailsynctest.cpp index c8ba9f1..5d51fbc 100644 --- a/tests/mailsynctest.cpp +++ b/tests/mailsynctest.cpp | |||
@@ -33,8 +33,6 @@ | |||
33 | using namespace Sink; | 33 | using namespace Sink; |
34 | using namespace Sink::ApplicationDomain; | 34 | using namespace Sink::ApplicationDomain; |
35 | 35 | ||
36 | SINK_DEBUG_AREA("mailsynctest") | ||
37 | |||
38 | void MailSyncTest::initTestCase() | 36 | void MailSyncTest::initTestCase() |
39 | { | 37 | { |
40 | Test::initTest(); | 38 | Test::initTest(); |
diff --git a/tests/mailtest.cpp b/tests/mailtest.cpp index c51fc56..e1361e4 100644 --- a/tests/mailtest.cpp +++ b/tests/mailtest.cpp | |||
@@ -31,8 +31,6 @@ | |||
31 | using namespace Sink; | 31 | using namespace Sink; |
32 | using namespace Sink::ApplicationDomain; | 32 | using namespace Sink::ApplicationDomain; |
33 | 33 | ||
34 | SINK_DEBUG_AREA("mailtest") | ||
35 | |||
36 | void MailTest::initTestCase() | 34 | void MailTest::initTestCase() |
37 | { | 35 | { |
38 | Test::initTest(); | 36 | Test::initTest(); |
diff --git a/tests/messagequeuetest.cpp b/tests/messagequeuetest.cpp index 83fa23f..2e3bd75 100644 --- a/tests/messagequeuetest.cpp +++ b/tests/messagequeuetest.cpp | |||
@@ -9,8 +9,6 @@ | |||
9 | #include "log.h" | 9 | #include "log.h" |
10 | #include "test.h" | 10 | #include "test.h" |
11 | 11 | ||
12 | SINK_DEBUG_AREA("messagequeuetest") | ||
13 | |||
14 | /** | 12 | /** |
15 | * Test of the messagequeue implementation. | 13 | * Test of the messagequeue implementation. |
16 | */ | 14 | */ |