summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkaccessmanager
Commit message (Collapse)AuthorAgeFilesLines
* Add "qget" manual test for QNetworkAccessManagerShane Kearns2012-01-103-0/+411
qget is a simplistic, limited clone of the wget application which is implemented over QNetworkAccessManager. The intended usage is for testing against other webserver configurations than the one used on the qt test server, and reproduction of bug reports without requiring a full webkit build (or complex user application). Change-Id: Idcd91e2a2699dcfe19543ec9bf41aad8ccf514e0 Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> Reviewed-by: Richard J. Moore <rich@kde.org>