Christian Grothoff 1 anno fa
parent
commit
2cb5de59b6
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/tests/client_server/test_authentication.c

+ 0 - 2
src/tests/client_server/test_authentication.c

@@ -56,7 +56,6 @@ main (int argc, char *argv[])
     },
     },
   };
   };
   struct MHDT_Phase phases[] = {
   struct MHDT_Phase phases[] = {
-#if FIXME
     {
     {
       .label = "simple basic authentication",
       .label = "simple basic authentication",
       .server_cb = &MHDT_server_reply_check_basic_auth,
       .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 */
       .client_cb_cls = (void *) "username:word", /* incorrect on purpose */
       .timeout_ms = 2500,
       .timeout_ms = 2500,
     },
     },
-#endif
     {
     {
       .label = "simple digest authentication",
       .label = "simple digest authentication",
       .server_cb = &MHDT_server_reply_check_digest_auth,
       .server_cb = &MHDT_server_reply_check_digest_auth,