summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-09-07 14:44:51 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-09-07 14:44:51 (GMT)
commit16cdfbc5464a9468fbd5515d77fea82d116b3b51 (patch)
treeb76bd0566fdabba8e043bc0607ec04ba5c85c8e3 /tests
parent87f023a692d5b469f6c8f796c8cf217057e92813 (diff)
downloadQt-16cdfbc5464a9468fbd5515d77fea82d116b3b51.zip
Qt-16cdfbc5464a9468fbd5515d77fea82d116b3b51.tar.gz
Qt-16cdfbc5464a9468fbd5515d77fea82d116b3b51.tar.bz2
Network tests: Fix typo in network-settings.h to make it compile
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/network-settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network-settings.h b/tests/auto/network-settings.h
index a7fa20c..144f7b3 100644
--- a/tests/auto/network-settings.h
+++ b/tests/auto/network-settings.h
@@ -162,7 +162,7 @@ public:
return imapExpectedReply.data();
}
#endif
- QByteArray expected( "* OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID STARTTLS LOGINDISABLED] " );s
+ QByteArray expected( "* OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID STARTTLS LOGINDISABLED] " );
expected = expected.append(QtNetworkSettings::serverName().toAscii());
expected = expected.append(" Cyrus IMAP4 v2.3.11-Mandriva-RPM-2.3.11-6mdv2008.1 server ready\r\n");
return expected;