Moved tests into network/ssl/

This commit moves qsslsocket_onDemandCertificates_member and
qsslsocket_onDemandCertificates_static from tests/auto/ to
tests/auto/network/ssl/.

Change-Id: I1593e113016ce7bb7dffbee82f1196275784d0ac
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
bb10
Jo Asplin 2011-11-01 14:04:01 +01:00 committed by Qt by Nokia
parent b9f0bde16e
commit 006c5a7d73
5 changed files with 5 additions and 4 deletions

View File

@ -48,7 +48,7 @@
#include "private/qhostinfo_p.h"
#include "../network-settings.h"
#include "../../../network-settings.h"
#ifndef QT_NO_OPENSSL
class QSslSocketPtr: public QSharedPointer<QSslSocket>

View File

@ -48,7 +48,7 @@
#include "private/qhostinfo_p.h"
#include "../network-settings.h"
#include "../../../network-settings.h"
#ifndef QT_NO_OPENSSL
class QSslSocketPtr: public QSharedPointer<QSslSocket>

View File

@ -3,6 +3,7 @@ SUBDIRS=\
qsslcertificate \
qsslcipher \
qsslerror \
qsslsocket \
qsslkey \
qsslsocket \
qsslsocket_onDemandCertificates_member \
qsslsocket_onDemandCertificates_static \