src/server/test/main.c

changeset 424
3df9258cd3cc
parent 423
bb7cff720dd0
child 435
713ec3da79ec
equal deleted inserted replaced
423:bb7cff720dd0 424:3df9258cd3cc
77 ucx_test_register(suite, test_util_uri_escape_space); 77 ucx_test_register(suite, test_util_uri_escape_space);
78 ucx_test_register(suite, test_util_uri_escape_latin); 78 ucx_test_register(suite, test_util_uri_escape_latin);
79 ucx_test_register(suite, test_util_uri_escape_kanji); 79 ucx_test_register(suite, test_util_uri_escape_kanji);
80 80
81 // object tests 81 // object tests
82 //ucx_test_register(suite, test_expr_parse_expr_value); 82 ucx_test_register(suite, test_expr_parse_expr_value);
83 //ucx_test_register(suite, test_expr_parse_expr_value_str); 83 ucx_test_register(suite, test_expr_parse_expr_neg_value);
84 //ucx_test_register(suite, test_expr_parse_expr_value_bool); 84 ucx_test_register(suite, test_expr_parse_expr_value_str);
85 //ucx_test_register(suite, test_expr_parse_expr_value_var); 85 ucx_test_register(suite, test_expr_parse_expr_value_bool);
86 //ucx_test_register(suite, test_expr_parse_expr_not_value); 86 ucx_test_register(suite, test_expr_parse_expr_value_var);
87 //ucx_test_register(suite, test_expr_parse_expr_sign_value); 87 ucx_test_register(suite, test_expr_parse_expr_not_value);
88 //ucx_test_register(suite, test_expr_parse_expr_compare2values); 88 ucx_test_register(suite, test_expr_parse_expr_sign_value);
89 //ucx_test_register(suite, test_expr_parse_expr_compare2value_expr); 89 ucx_test_register(suite, test_expr_parse_expr_compare2values);
90 //ucx_test_register(suite, test_expr_parse_expr_compare2expr_value); 90 ucx_test_register(suite, test_expr_parse_expr_compare2value_expr);
91 ucx_test_register(suite, test_expr_parse_expr_compare2expr_value);
91 ucx_test_register(suite, test_expr_parse_expr_bracket); 92 ucx_test_register(suite, test_expr_parse_expr_bracket);
92 93
93 // vfs tests 94 // vfs tests
94 ucx_test_register(suite, test_vfs_open); 95 ucx_test_register(suite, test_vfs_open);
95 ucx_test_register(suite, test_vfs_mkdir); 96 ucx_test_register(suite, test_vfs_mkdir);

mercurial