Use will_return instead of mock values

This commit is contained in:
James Booth
2014-12-23 21:42:01 +00:00
parent 69fe6c4d21
commit 8c01021ab9
11 changed files with 30 additions and 125 deletions

View File

@@ -4,7 +4,4 @@ void load_preferences(void **state);
void close_preferences(void **state);
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);
void pre_test(void **state);
void post_test(void **state);
int glist_contents_equal(const void *actual, const void *expected);