| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit deef2cb5e01b871008b08b81691ad4a46deca328)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(cherry picked from commit 3c5eb8766e73c855782552f7c6472801e8ae820c)
|
|\
| |
| |
| |
| | |
Conflicts:
tests/auto/network.pro
|
| |
| |
| |
| |
| |
| | |
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 :-(
|
| |
| |
| |
| | |
Add qauthenticator to tests/auto/network.pro
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
tests/auto/qgl_threads/qgl_threads.pro
|
| | |
| | |
| | |
| | | |
TARGET and test class name should always match.
|
|/ /
| |
| |
| | |
Add unit test and update docs.
|
|/ |
|
|
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.
|