diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/imapresource/tests/imapserverproxytest.cpp | 1 | ||||
-rw-r--r-- | examples/mailtransportresource/tests/mailtransporttest.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/imapresource/tests/imapserverproxytest.cpp b/examples/imapresource/tests/imapserverproxytest.cpp index d9af453..ef695b3 100644 --- a/examples/imapresource/tests/imapserverproxytest.cpp +++ b/examples/imapresource/tests/imapserverproxytest.cpp | |||
@@ -28,7 +28,6 @@ private slots: | |||
28 | QTcpSocket socket; | 28 | QTcpSocket socket; |
29 | socket.connectToHost("localhost", 993); | 29 | socket.connectToHost("localhost", 993); |
30 | QVERIFY(socket.waitForConnected(200)); | 30 | QVERIFY(socket.waitForConnected(200)); |
31 | Sink::Log::setDebugOutputLevel(Sink::Log::Trace); | ||
32 | system("resetmailbox.sh"); | 31 | system("resetmailbox.sh"); |
33 | } | 32 | } |
34 | 33 | ||
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)); |