summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkaccessmanager
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Run autotests with minimal capabilitiesShane Kearns2010-05-101-0/+1
| | | | | | | | | | | The autotests were previously run with ALL-Tcb capability which gives them more access to the filesystem etc. than a typical Qt application. To have more realistic testing environmnent, tests are run with no capabilities other than those required for the Qt APIs they use. i.e. NetworkServices for network tests, None for others. Reviewed-by: Liang Qi
* Rename getter function used in test also.Aaron McCarthy2010-03-231-5/+5
|
* Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-192-0/+116
Add unit test and update docs.