summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@rim.com>2013-02-18 12:08:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 10:35:06 +0100
commit165926c3ae4db828cd83fad0f2407acdece1a37e (patch)
tree8efdf9c60b2fc25d4c07fa28e3ad365176008544 /tests/auto/network
parent2dd8e7cf2e24cd24e0e023d88cf345309df3afb0 (diff)
SSL session sharing auto test: Retrieve smaller file for testing
The "mediumfile" is actually 9.6 MB large, and makes the test slow and even fail on mobile platforms. Change-Id: I694d9d38e4d09c8e90a03c1141320fe2a757fdd9 Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'tests/auto/network')
-rw-r--r--tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
index 075735295c..4847dedac4 100644
--- a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
@@ -5892,7 +5892,7 @@ void tst_QNetworkReply::sslSessionSharing_data()
void tst_QNetworkReply::sslSessionSharing()
{
- QString urlString("https://" + QtNetworkSettings::serverName() + "/qtest/mediumfile");
+ QString urlString("https://" + QtNetworkSettings::serverName());
QList<QNetworkReplyPtr> replies;
// warm up SSL session cache