src/server/test/main.c

changeset 436
1260fad21be7
parent 435
713ec3da79ec
child 452
ce359a2b51fe
equal deleted inserted replaced
435:713ec3da79ec 436:1260fad21be7
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 /*
83 ucx_test_register(suite, test_expr_parse_expr_value); 82 ucx_test_register(suite, test_expr_parse_expr_value);
84 ucx_test_register(suite, test_expr_parse_expr_neg_value); 83 ucx_test_register(suite, test_expr_parse_expr_neg_value);
85 ucx_test_register(suite, test_expr_parse_expr_value_str); 84 ucx_test_register(suite, test_expr_parse_expr_value_str);
86 ucx_test_register(suite, test_expr_parse_expr_value_bool); 85 ucx_test_register(suite, test_expr_parse_expr_value_bool);
87 ucx_test_register(suite, test_expr_parse_expr_value_var); 86 ucx_test_register(suite, test_expr_parse_expr_value_var);
89 ucx_test_register(suite, test_expr_parse_expr_sign_value); 88 ucx_test_register(suite, test_expr_parse_expr_sign_value);
90 ucx_test_register(suite, test_expr_parse_expr_compare2values); 89 ucx_test_register(suite, test_expr_parse_expr_compare2values);
91 ucx_test_register(suite, test_expr_parse_expr_compare2value_expr); 90 ucx_test_register(suite, test_expr_parse_expr_compare2value_expr);
92 ucx_test_register(suite, test_expr_parse_expr_compare2expr_value); 91 ucx_test_register(suite, test_expr_parse_expr_compare2expr_value);
93 ucx_test_register(suite, test_expr_parse_expr_bracket); 92 ucx_test_register(suite, test_expr_parse_expr_bracket);
94 */ 93 ucx_test_register(suite, test_expr_parse_expr_func_arg0);
95 //ucx_test_register(suite, test_expr_parse_expr_func_arg0);
96 ucx_test_register(suite, test_expr_parse_expr_func_arg1); 94 ucx_test_register(suite, test_expr_parse_expr_func_arg1);
97 ucx_test_register(suite, test_expr_parse_expr_func_arg3); 95 ucx_test_register(suite, test_expr_parse_expr_func_arg3);
98 ucx_test_register(suite, test_expr_parse_expr_func_expr1); 96 ucx_test_register(suite, test_expr_parse_expr_func_expr1);
99 ucx_test_register(suite, test_expr_parse_expr_func_expr2); 97 ucx_test_register(suite, test_expr_parse_expr_func_expr2);
100 98

mercurial