summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsocks5socketengine
Commit message (Collapse)AuthorAgeFilesLines
* Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-0/+1
| | | | | | | | | | | | -developer-build, part 2. Some autotests use private (unexported) code, either because they're testing private classes or because that's the easiest way to test the public classes. Configuring Qt with `-developer-build' is needed for these tests. This commit fixes the tests so configuring without `-developer-build' only builds the tests which strictly use public API.
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* I made test more stable. There was no sens to check hardcoded size ofJedrzej Nowacki2009-05-201-4/+7
| | | | | | | | header + file. Now test check only size of the real file content, assuming that it is rather boring (9,5MB of '\0'). It simply skip header. Reviewed by Peter Hartmann
* Adpot more code to use QtNetworkSettings instead of hard coded names.Frans Englich2009-05-191-16/+11
| | | | Reviewed-By: Peter Hartmann
* network autotests: do not use imap.troll.no for testingPeter Hartmann2009-05-191-4/+4
| | | | | | ... but use the test server instead Reviewed-by: Frans Englich
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+972