summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests/imapserverproxytest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imapresource/tests/imapserverproxytest.cpp')
-rw-r--r--examples/imapresource/tests/imapserverproxytest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/imapresource/tests/imapserverproxytest.cpp b/examples/imapresource/tests/imapserverproxytest.cpp
index ef695b3..80dcbea 100644
--- a/examples/imapresource/tests/imapserverproxytest.cpp
+++ b/examples/imapresource/tests/imapserverproxytest.cpp
@@ -25,6 +25,7 @@ class ImapServerProxyTest : public QObject
25private slots: 25private slots:
26 void initTestCase() 26 void initTestCase()
27 { 27 {
28 Sink::Test::initTest();
28 QTcpSocket socket; 29 QTcpSocket socket;
29 socket.connectToHost("localhost", 993); 30 socket.connectToHost("localhost", 993);
30 QVERIFY(socket.waitForConnected(200)); 31 QVERIFY(socket.waitForConnected(200));