summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/tests
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-08 11:01:48 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-08 11:01:48 +0200
commit9317fbffeab4a8c258acb1116eb12fbded7053d8 (patch)
treeb1f00b8ee96e222c16d25d02b49ade1ef3aee8ae /examples/mailtransportresource/tests
parent1b6439215fa0bb6ac1e191c2ffc992e815a53199 (diff)
downloadsink-9317fbffeab4a8c258acb1116eb12fbded7053d8.tar.gz
sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.zip
Control debugoutput during tests with sinksh.
Diffstat (limited to 'examples/mailtransportresource/tests')
-rw-r--r--examples/mailtransportresource/tests/mailtransporttest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/mailtransportresource/tests/mailtransporttest.cpp b/examples/mailtransportresource/tests/mailtransporttest.cpp
index 3ce5f82..fdd591b 100644
--- a/examples/mailtransportresource/tests/mailtransporttest.cpp
+++ b/examples/mailtransportresource/tests/mailtransporttest.cpp
@@ -33,7 +33,6 @@ private slots:
33 void initTestCase() 33 void initTestCase()
34 { 34 {
35 Test::initTest(); 35 Test::initTest();
36 Log::setDebugOutputLevel(Sink::Log::Trace);
37 auto resource = createResource(); 36 auto resource = createResource();
38 QVERIFY(!resource.identifier().isEmpty()); 37 QVERIFY(!resource.identifier().isEmpty());
39 VERIFYEXEC(Store::create(resource)); 38 VERIFYEXEC(Store::create(resource));