diff options
Diffstat (limited to 'examples/imapresource/tests/imapserverproxytest.cpp')
-rw-r--r-- | examples/imapresource/tests/imapserverproxytest.cpp | 1 |
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 | |||
25 | private slots: | 25 | private 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)); |