Searched defs:sts (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dutil-tests.c814 struct split_data sts[] = { local
859 num_of_tests = sizeof(sts) / sizeof(struct split_data);
862 ret = split_on_separator(mem, sts[a].input, ',', sts[a].trim,
863 sts[a].skip_empty, &list, &size);
865 fail_unless(ret == sts[a].expected_ret,
871 fail_unless(size == sts[a].expected_size, "Returned wrong size %d "
872 "(expected %d).\n", size, sts[a].expected_size);
874 for (i = 0; str_ref = sts[a].expected_list[i], str_out = list[i]; i++) {

Completed in 12 milliseconds