From: Shane Kearns Date: Fri, 21 Oct 2011 17:03:57 +0000 (+0100) Subject: QNetworkReply autotest no longer needs private_tests X-Git-Tag: qt-v5.0.0-alpha1~3059 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba995c372cd8e0d40f6648d7756038f4bb0e73ac;p=profile%2Fivi%2Fqtbase.git QNetworkReply autotest no longer needs private_tests Due to clearAccessCache being made part of the public API in Qt5, this autotest can be run on normal Qt builds again Task-number: QTBUG-17312 Change-Id: I3b70237a28ed141ffb49762cc40c8a528f9be6a8 Reviewed-by: Martin Petersson --- diff --git a/tests/auto/network/access/qnetworkreply/qnetworkreply.pro b/tests/auto/network/access/qnetworkreply/qnetworkreply.pro index fd8454c..0bcf067 100644 --- a/tests/auto/network/access/qnetworkreply/qnetworkreply.pro +++ b/tests/auto/network/access/qnetworkreply/qnetworkreply.pro @@ -1,6 +1,4 @@ TEMPLATE = subdirs SUBDIRS = test -requires(contains(QT_CONFIG,private_tests)) - !wince*:SUBDIRS += echo diff --git a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp index 2c67181..e7a9f7d 100644 --- a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp @@ -63,6 +63,7 @@ #include #include #include +#include #ifndef QT_NO_OPENSSL #include #include @@ -75,8 +76,6 @@ #include -#include "private/qnetworkaccessmanager_p.h" - #include "../../../network-settings.h" Q_DECLARE_METATYPE(QSharedPointer)