Fix internal test suite

The tests were broken by changes to the core.
This commit is contained in:
Markus Mäkelä
2017-01-16 13:41:09 +02:00
parent 272666f3b5
commit 7e65e1ae27
3 changed files with 8 additions and 1 deletions

View File

@ -55,7 +55,7 @@ test1()
/* Server tests */
ss_dfprintf(stderr, "testserver : creating server called MyServer");
set_libdir(MXS_STRDUP_A("../../modules/authenticator/"));
set_libdir(MXS_STRDUP_A("../../modules/authenticator/NullAuthAllow/"));
server = server_alloc("uniquename", "127.0.0.1", 9876, "HTTPD", "NullAuthAllow", NULL);
ss_info_dassert(server, "Allocating the server should not fail");
mxs_log_flush_sync();