Added contact presence offline test

This commit is contained in:
James Booth
2014-01-05 00:43:37 +00:00
parent 9da4a6e1b9
commit 80acfdae9a
4 changed files with 18 additions and 3 deletions

View File

@@ -265,6 +265,7 @@ int main(int argc, char* argv[]) {
unit_test(contact_string_when_name_exists),
unit_test(contact_string_when_name_not_exists),
unit_test(contact_string_when_default_resource),
unit_test(contact_presence_offline),
};
return run_tests(tests);
}