forked from ondra/server-sdk
removed suppressing message ( no message on linux )
This commit is contained in:
parent
aff09b92da
commit
396c046afc
@ -62,7 +62,6 @@ void RequestManagerTest::colnodAuthorization_test()
|
|||||||
|
|
||||||
QSignalSpy loginFinished(loginRequest.get(), &serversdk::Request::finished);
|
QSignalSpy loginFinished(loginRequest.get(), &serversdk::Request::finished);
|
||||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
||||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The root CA certificate is not trusted for this purpose\"");
|
|
||||||
reqMan.processRequest(loginRequest);
|
reqMan.processRequest(loginRequest);
|
||||||
|
|
||||||
QVERIFY(loginFinished.wait());
|
QVERIFY(loginFinished.wait());
|
||||||
@ -88,7 +87,6 @@ void RequestManagerTest::colnodGetUpdatedTokens_test()
|
|||||||
|
|
||||||
QSignalSpy spyFinished(loginRequest.get(), &serversdk::Request::finished);
|
QSignalSpy spyFinished(loginRequest.get(), &serversdk::Request::finished);
|
||||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
||||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The root CA certificate is not trusted for this purpose\"");
|
|
||||||
reqMan.processRequest(loginRequest);
|
reqMan.processRequest(loginRequest);
|
||||||
|
|
||||||
QVERIFY(spyFinished.wait());
|
QVERIFY(spyFinished.wait());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user