Added test for missing resource on presence

This commit is contained in:
James Booth
2015-08-04 23:22:43 +01:00
parent 091a23fc48
commit 2cb2f83ce3
3 changed files with 21 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ int main(int argc, char* argv[]) {
PROF_FUNC_TEST(presence_set_priority),
PROF_FUNC_TEST(presence_includes_priority),
PROF_FUNC_TEST(presence_received),
PROF_FUNC_TEST(presence_missing_resource_defaults),
PROF_FUNC_TEST(message_send),
PROF_FUNC_TEST(message_receive),