summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkproxyfactory
Commit message (Collapse)AuthorAgeFilesLines
* fixed CI gate flagged spelling error: occured -> occurredJeremy Katz2011-01-161-1/+1
|
* file renameJeremy Katz2011-01-141-100/+0
|
* various fixes to deal with CI gate failuresJeremy Katz2011-01-142-1/+101
|
* Fix system proxy test: QNetworkProxyFactory::systemProxyForQuery() is staticJeremy Katz2011-01-132-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.
* QNetworkProxyFactory::systemProxyForQuery() for SymbianJyrki Jaakkola2011-01-123-0/+113