diff -r bb7cff720dd0 -r 3df9258cd3cc src/server/test/main.c --- a/src/server/test/main.c Sat Nov 12 11:01:11 2022 +0100 +++ b/src/server/test/main.c Sat Nov 12 11:52:47 2022 +0100 @@ -79,15 +79,16 @@ ucx_test_register(suite, test_util_uri_escape_kanji); // object tests - //ucx_test_register(suite, test_expr_parse_expr_value); - //ucx_test_register(suite, test_expr_parse_expr_value_str); - //ucx_test_register(suite, test_expr_parse_expr_value_bool); - //ucx_test_register(suite, test_expr_parse_expr_value_var); - //ucx_test_register(suite, test_expr_parse_expr_not_value); - //ucx_test_register(suite, test_expr_parse_expr_sign_value); - //ucx_test_register(suite, test_expr_parse_expr_compare2values); - //ucx_test_register(suite, test_expr_parse_expr_compare2value_expr); - //ucx_test_register(suite, test_expr_parse_expr_compare2expr_value); + ucx_test_register(suite, test_expr_parse_expr_value); + ucx_test_register(suite, test_expr_parse_expr_neg_value); + ucx_test_register(suite, test_expr_parse_expr_value_str); + ucx_test_register(suite, test_expr_parse_expr_value_bool); + ucx_test_register(suite, test_expr_parse_expr_value_var); + ucx_test_register(suite, test_expr_parse_expr_not_value); + ucx_test_register(suite, test_expr_parse_expr_sign_value); + ucx_test_register(suite, test_expr_parse_expr_compare2values); + ucx_test_register(suite, test_expr_parse_expr_compare2value_expr); + ucx_test_register(suite, test_expr_parse_expr_compare2expr_value); ucx_test_register(suite, test_expr_parse_expr_bracket); // vfs tests