forked from qt-creator/qt-creator
Tests: Remove ignored message
This soft assert is no more triggered a second time and results in a fail now. Change-Id: Ica850a19993797d412e0b5ff954b5e9760e21f53 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -148,7 +148,6 @@ void tst_Ssh::pristineConnectionObject()
|
|||||||
"SOFT ASSERT: \"state\\(\\) == Connected\" in file .*[/\\\\]sshconnection.cpp, line \\d*");
|
"SOFT ASSERT: \"state\\(\\) == Connected\" in file .*[/\\\\]sshconnection.cpp, line \\d*");
|
||||||
QTest::ignoreMessage(QtDebugMsg, assertToIgnore);
|
QTest::ignoreMessage(QtDebugMsg, assertToIgnore);
|
||||||
QVERIFY(!connection.createRemoteProcess(""));
|
QVERIFY(!connection.createRemoteProcess(""));
|
||||||
QTest::ignoreMessage(QtDebugMsg, assertToIgnore);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void tst_Ssh::remoteProcess_data()
|
void tst_Ssh::remoteProcess_data()
|
||||||
|
Reference in New Issue
Block a user