refactored tests (#147)

This commit is contained in:
Timofey Turenko
2017-12-08 12:23:04 +02:00
committed by GitHub
parent c6daf8c26b
commit 3c88bf1ec6
253 changed files with 5265 additions and 3649 deletions

View File

@ -11,7 +11,7 @@
int main(int argc, char *argv[])
{
TestConnections test(argc, argv);
test.check_maxscale_alive();
test.check_log_err( "Couldn't find suitable Master from 2 candidates", true);
test.check_maxscale_alive(0);
test.check_log_err(0, "Couldn't find suitable Master from 2 candidates", true);
return test.global_result;
}