Refactored testsuite for less verbose output

This commit is contained in:
James Booth
2014-01-19 02:11:52 +00:00
parent c7325de073
commit 10fb692f7f
3 changed files with 64 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ void add_one_and_complete(void **state)
autocomplete_add(ac, "Hello");
char *result = autocomplete_complete(ac, "Hel");
assert_string_equal("Hello", result);
assert_string_equal("Hello aaaa", result);
autocomplete_clear(ac);
}