removed suppressing message ( no message on linux )

This commit is contained in:
Filip Bucek 2020-02-18 14:47:28 +01:00
parent aff09b92da
commit 396c046afc

View File

@ -62,7 +62,6 @@ void RequestManagerTest::colnodAuthorization_test()
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 root CA certificate is not trusted for this purpose\"");
reqMan.processRequest(loginRequest);
QVERIFY(loginFinished.wait());
@ -88,7 +87,6 @@ void RequestManagerTest::colnodGetUpdatedTokens_test()
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 root CA certificate is not trusted for this purpose\"");
reqMan.processRequest(loginRequest);
QVERIFY(spyFinished.wait());