From 41f8f9bc05c059cafa780ac8aec27a56cba2c278 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 12 May 2017 08:20:43 +0200 Subject: No more SINK_DEBUG_AREA --- tests/mailsynctest.cpp | 2 -- tests/mailtest.cpp | 2 -- tests/messagequeuetest.cpp | 2 -- 3 files changed, 6 deletions(-) (limited to 'tests') 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 @@ using namespace Sink; using namespace Sink::ApplicationDomain; -SINK_DEBUG_AREA("mailsynctest") - void MailSyncTest::initTestCase() { 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 @@ using namespace Sink; using namespace Sink::ApplicationDomain; -SINK_DEBUG_AREA("mailtest") - void MailTest::initTestCase() { 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 @@ #include "log.h" #include "test.h" -SINK_DEBUG_AREA("messagequeuetest") - /** * Test of the messagequeue implementation. */ -- cgit v1.2.3