src/server/test/main.c

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

mercurial