summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkproxyfactory
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-162-26/+26
| | | | Reviewed-by: Trust Me
* fixed CI gate flagged spelling error: occured -> occurredJeremy Katz2011-01-171-1/+1
| | | | (cherry picked from commit c3d2d583121219836714609b250e4e52e33e393d)
* various fixes to deal with CI gate failuresJeremy Katz2011-01-172-1/+101
| | | | (cherry picked from commit deef2cb5e01b871008b08b81691ad4a46deca328)
* Fix system proxy test: QNetworkProxyFactory::systemProxyForQuery() is staticJeremy Katz2011-01-172-3/+2
| | | | | | | | The test failed to build because QNetworkProxyFactory can't be instantiated (pure virtual member queryProxy()), but doing so isn't necessary. The test has also been removed from the network tests because it relies on a static configuration, but can not guarantee that the configuration exists. (cherry picked from commit 4d0cd05e98c3e83a4d1871c139cd8b4a2a86e988)
* QNetworkProxyFactory::systemProxyForQuery() for SymbianJyrki Jaakkola2011-01-173-0/+113
(cherry picked from commit 3c5eb8766e73c855782552f7c6472801e8ae820c)