src/server/test/main.c

changeset 424
3df9258cd3cc
parent 423
bb7cff720dd0
child 435
713ec3da79ec
--- 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

mercurial