tst_QSslSocket: Remove empty test functions
For flush() it's not clear what they wanted to test. isEncrypted() is tested indirectly in many of the other tests. Change-Id: Id6dfecbb25b7bba8f1a99518fd9c9e06280aaa9f Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
dec84a56f5
commit
13cf86b2d1
@ -158,8 +158,6 @@ private slots:
|
||||
void connectToHostEncrypted();
|
||||
void connectToHostEncryptedWithVerificationPeerName();
|
||||
void sessionCipher();
|
||||
void flush();
|
||||
void isEncrypted();
|
||||
void localCertificate();
|
||||
void mode();
|
||||
void peerCertificate();
|
||||
@ -1168,14 +1166,6 @@ void tst_QSslSocket::sessionCipher()
|
||||
QVERIFY(socket->waitForDisconnected());
|
||||
}
|
||||
|
||||
void tst_QSslSocket::flush()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QSslSocket::isEncrypted()
|
||||
{
|
||||
}
|
||||
|
||||
void tst_QSslSocket::localCertificate()
|
||||
{
|
||||
if (!QSslSocket::supportsSsl())
|
||||
|
Loading…
Reference in New Issue
Block a user