Changes in tests/check_jabber_util.c [2dc394c:9c8dbc7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_jabber_util.c
r2dc394c r9c8dbc7 103 103 fail_unless(jabber_compare_jid("bugtest@google.com/A", "bugtest@google.com/A")); 104 104 fail_if(jabber_compare_jid("", "bugtest@google.com/A")); 105 fail_if(jabber_compare_jid(NULL, ""));106 fail_if(jabber_compare_jid("", NULL));107 105 } 108 106
Note: See TracChangeset
for help on using the changeset viewer.