cmd_account_shows_account_when_connected_and_no_args

This commit is contained in:
James Booth
2014-12-23 19:51:12 +00:00
parent 5be9ac3243
commit 69fe6c4d21
10 changed files with 73 additions and 14 deletions

View File

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