summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imapresource/tests')
-rw-r--r--examples/imapresource/tests/imapmailsynctest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/imapresource/tests/imapmailsynctest.cpp b/examples/imapresource/tests/imapmailsynctest.cpp
index e40aec8..2d937ce 100644
--- a/examples/imapresource/tests/imapmailsynctest.cpp
+++ b/examples/imapresource/tests/imapmailsynctest.cpp
@@ -87,6 +87,7 @@ protected:
87 Imap::ImapServerProxy imap("localhost", 143, Imap::NoEncryption); 87 Imap::ImapServerProxy imap("localhost", 143, Imap::NoEncryption);
88 VERIFYEXEC(imap.login("doe", "doe")); 88 VERIFYEXEC(imap.login("doe", "doe"));
89 VERIFYEXEC(imap.create("INBOX." + folderPath.join('.'))); 89 VERIFYEXEC(imap.create("INBOX." + folderPath.join('.')));
90 VERIFYEXEC(imap.subscribe("INBOX." + folderPath.join('.')));
90 } 91 }
91 92
92 void removeFolder(const QStringList &folderPath) Q_DECL_OVERRIDE 93 void removeFolder(const QStringList &folderPath) Q_DECL_OVERRIDE