qt5base-lts/tests/auto/qnetworkreply
Shane Kearns 9c1293283e fix tst_qnetworkreply::httpProxyCommands autotest
Due to architecture changes in Qt 4.8, clearing the proxy before the
request is complete causes the http connection to not use any proxy.
The issue is that the proxy isn't resolved until after the bearer has
been started (which is correct in the general case, as system proxy
is unknown until that time).

Also increased the test's timeout from 1 second to 15, as starting a
bearer can be slow.

Reviewed-by: Markus Goetz
2011-05-09 13:16:24 +02:00
..
certs Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
echo Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
test Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitattributes Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
bigfile Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
empty Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image1.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image2.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image3.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkreply.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkreply.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
resource Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rfc3252.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
smb-file.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qnetworkreply.cpp fix tst_qnetworkreply::httpProxyCommands autotest 2011-05-09 13:16:24 +02:00