From 1dee1fb6c20706ab3d10f991a2f32ecb360aaa80 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 6 Apr 2025 18:48:06 +0300 Subject: [PATCH] test_authentication: re-enable wrongly disabled tests --- src/tests/client_server/test_authentication.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/client_server/test_authentication.c b/src/tests/client_server/test_authentication.c index 4d983482..31767a20 100644 --- a/src/tests/client_server/test_authentication.c +++ b/src/tests/client_server/test_authentication.c @@ -56,7 +56,6 @@ main (int argc, char *argv[]) }, }; struct MHDT_Phase phases[] = { -#if FIXME { .label = "simple basic authentication", .server_cb = &MHDT_server_reply_check_basic_auth, @@ -73,7 +72,6 @@ main (int argc, char *argv[]) .client_cb_cls = (void *) "username:word", /* incorrect on purpose */ .timeout_ms = 2500, }, -#endif { .label = "simple digest authentication", .server_cb = &MHDT_server_reply_check_digest_auth,