about summary refs log tree commit diff stats
path: root/tests/test_jid.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-26 21:59:36 +0000
committerJames Booth <boothj5@gmail.com>2014-11-26 21:59:36 +0000
commite263e00a85428e08f84e002a56456201a450811c (patch)
tree480a679749acf09332d208451d9d0a67fac5db5a /tests/test_jid.h
parent508bfeb2bf3f7f665f934a8b5132499e0437d334 (diff)
downloadprofani-tty-e263e00a85428e08f84e002a56456201a450811c.tar.gz
Refactored parsing caps
Diffstat (limited to 'tests/test_jid.h')
-rw-r--r--tests/test_jid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_jid.h b/tests/test_jid.h
index 95de541f..9b96d0b8 100644
--- a/tests/test_jid.h
+++ b/tests/test_jid.h
@@ -21,3 +21,5 @@ void create_with_slash_in_resource(void **state);
 void create_with_at_in_resource(void **state);
 void create_with_at_and_slash_in_resource(void **state);
 void create_full_with_trailing_slash(void **state);
+void returns_fulljid_when_exists(void **state);
+void returns_barejid_when_fulljid_not_exists(void **state);