summaryrefslogtreecommitdiffstats
path: root/tests/auto/network.pro
Commit message (Collapse)AuthorAgeFilesLines
* various fixes to deal with CI gate failuresJeremy Katz2011-01-171-0/+1
| | | | (cherry picked from commit deef2cb5e01b871008b08b81691ad4a46deca328)
* Fix system proxy test: QNetworkProxyFactory::systemProxyForQuery() is staticJeremy Katz2011-01-171-1/+0
| | | | | | | | 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-171-0/+1
| | | | (cherry picked from commit 3c5eb8766e73c855782552f7c6472801e8ae820c)
* Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-171-1/+1
|\ | | | | | | | | Conflicts: tests/auto/network.pro
| * Fixed some network tests never being run.Rohan McGovern2010-07-161-1/+1
| | | | | | | | | | | | This logic for private_tests was the opposite of what it should be, meaning that network tests which use Q_AUTOTEST_EXPORTs have not been run for some time :-(
* | Fixed tst_maketestselftest::tests_pro_files failureRohan McGovern2010-07-151-0/+2
| | | | | | | | Add qauthenticator to tests/auto/network.pro
* | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-221-1/+1
|\ \ | | | | | | | | | | | | Conflicts: tests/auto/qgl_threads/qgl_threads.pro
| * | Fixed inconsistent test naming.Rohan McGovern2010-03-221-1/+1
| | | | | | | | | | | | TARGET and test class name should always match.
* | | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-191-0/+1
|/ / | | | | | | Add unit test and update docs.
* | Added missing tests to tests/auto/*.proRohan McGovern2010-03-071-0/+3
|/
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+40
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.