Searched refs:sts (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tests/ |
H A D | util-tests.c | 795 struct split_data sts[] = { local 840 num_of_tests = sizeof(sts) / sizeof(struct split_data); 843 ret = split_on_separator(mem, sts[a].input, ',', sts[a].trim, 844 sts[a].skip_empty, &list, &size); 846 fail_unless(ret == sts[a].expected_ret, 852 fail_unless(size == sts[a].expected_size, "Returned wrong size %d " 853 "(expected %d).\n", size, sts[a].expected_size); 855 for (i = 0; str_ref = sts[a].expected_list[i], str_out = list[i]; i++) {
|
Completed in 1408 milliseconds