Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-09-10 12:29:00 +03:00
63 changed files with 226 additions and 226 deletions

View File

@ -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;
}