From b08f74f08939be310a79b5efcb5721e35c5deb21 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Thu, 22 Mar 2012 16:24:17 +0000 Subject: Add support for PUT & POST to qget test Due to some bugs that are not reproducable with a normal HTTP GET This patch also adds the option to process multiple URLs serially (using application level queuing) rather than the default parallel (using QNetworkAccessManager queuing on 6 TCP connections) & renames the authentication command line options to match wget. Change-Id: I10915feb3bba23abbd7a72f9844c03f347f9bff5 Reviewed-by: Richard J. Moore Reviewed-by: Martin Petersson --- tests/manual/qnetworkaccessmanager/qget/qget.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/manual/qnetworkaccessmanager/qget/qget.pro') diff --git a/tests/manual/qnetworkaccessmanager/qget/qget.pro b/tests/manual/qnetworkaccessmanager/qget/qget.pro index 1f2b497171..8a632f8d4e 100644 --- a/tests/manual/qnetworkaccessmanager/qget/qget.pro +++ b/tests/manual/qnetworkaccessmanager/qget/qget.pro @@ -3,4 +3,6 @@ QT = core network CONFIG += console SOURCES += qget.cpp +SOURCES += transferitem.cpp +SOURCES += downloadmanager.cpp HEADERS += qget.h -- cgit v1.2.3