Merge branch '2.2' into develop
This commit is contained in:
@ -95,7 +95,7 @@ void expect(TestConnections& test, const char* zServer, const StringSet& expecte
|
||||
|
||||
if (found != expected)
|
||||
{
|
||||
test.assert(false, "Found states are not the same as the expected ones.");
|
||||
test.expect(false, "Found states are not the same as the expected ones.");
|
||||
++test.global_result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user