diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-07-16 00:03:17 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-07-16 00:04:57 (GMT) |
commit | f90ce20ad1c7feec9b72fdeda42ab56fe7c079c5 (patch) | |
tree | 1b49c220af01d0153c0fe7e05561c379a1f6d39f /tests/auto/network.pro | |
parent | 77edce14629b665924e89b1f22f902ceb010c964 (diff) | |
download | Qt-f90ce20ad1c7feec9b72fdeda42ab56fe7c079c5.zip Qt-f90ce20ad1c7feec9b72fdeda42ab56fe7c079c5.tar.gz Qt-f90ce20ad1c7feec9b72fdeda42ab56fe7c079c5.tar.bz2 |
Fixed some network tests never being run.
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 :-(
Diffstat (limited to 'tests/auto/network.pro')
-rw-r--r-- | tests/auto/network.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro index bda03d3..c3ca58a 100644 --- a/tests/auto/network.pro +++ b/tests/auto/network.pro @@ -31,7 +31,7 @@ SUBDIRS=\ qsslkey \ qsslsocket \ -contains(QT_CONFIG, private_tests): SUBDIRS -= \ +!contains(QT_CONFIG, private_tests): SUBDIRS -= \ qhttpnetworkconnection \ qhttpnetworkreply \ qnativesocketengine \ |