MXS-2900 maxtest includes cleanup, part 3

This commit is contained in:
Esa Korhonen
2020-06-16 16:47:51 +03:00
parent 238725b72e
commit 680ba80870
274 changed files with 323 additions and 330 deletions

View File

@ -6,7 +6,7 @@
* - create max num of connections and check tha N+1 connection fails
*/
#include "testconnections.h"
#include <maxtest/testconnections.h>
void check_with_wrong_pw(int router, int max_conn, TestConnections& test);
void check_max_conn(int router, int max_conn, TestConnections& test);