Changeset c5bc47b for tests/check_set.c
- Timestamp:
- 2009-10-17T17:24:52Z (15 years ago)
- Branches:
- master
- Children:
- c48a033
- Parents:
- 0c41177 (diff), 2e44b1f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_set.c
r0c41177 rc5bc47b 96 96 END_TEST 97 97 98 START_TEST(test_setstr_implicit)99 void *data = "data";100 set_t *s = NULL, *t;101 set_setstr(&s, "name", "bloe");102 fail_unless(set_find(&s, "name") != NULL);103 END_TEST104 105 98 START_TEST(test_set_get_int_unknown) 106 99 set_t *s = NULL; … … 126 119 tcase_add_test (tc_core, test_setint); 127 120 tcase_add_test (tc_core, test_setstr); 128 tcase_add_test (tc_core, test_setstr_implicit);129 121 return s; 130 122 }
Note: See TracChangeset
for help on using the changeset viewer.