summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/clientapitest.cpp2
-rw-r--r--tests/mailthreadtest.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp
index 8fc76df..159789f 100644
--- a/tests/clientapitest.cpp
+++ b/tests/clientapitest.cpp
@@ -10,8 +10,6 @@
10#include "facadefactory.h" 10#include "facadefactory.h"
11#include "test.h" 11#include "test.h"
12 12
13SINK_DEBUG_AREA("clientapitest")
14
15template <typename T> 13template <typename T>
16class TestDummyResourceFacade : public Sink::StoreFacade<T> 14class TestDummyResourceFacade : public Sink::StoreFacade<T>
17{ 15{
diff --git a/tests/mailthreadtest.cpp b/tests/mailthreadtest.cpp
index 82f9331..02b29f6 100644
--- a/tests/mailthreadtest.cpp
+++ b/tests/mailthreadtest.cpp
@@ -32,8 +32,6 @@
32using namespace Sink; 32using namespace Sink;
33using namespace Sink::ApplicationDomain; 33using namespace Sink::ApplicationDomain;
34 34
35SINK_DEBUG_AREA("mailthreadtest")
36
37//TODO extract resource test 35//TODO extract resource test
38// 36//
39void MailThreadTest::initTestCase() 37void MailThreadTest::initTestCase()