Merge branch '2.2' into develop

This commit is contained in:
Esa Korhonen
2018-09-13 13:08:25 +03:00
committed by Timofey Turenko
13 changed files with 34 additions and 51 deletions

View File

@ -193,7 +193,7 @@ int check_longblob_data(TestConnections* Test,
{
if ((int)data[y] != y)
{
Test->add_result(1, "expected %d, got %d", data[y], y);
Test->add_result(1, "expected %lu, got %d", data[y], y);
break;
}
}