Changes in tests/check_jabber_util.c [9c8dbc7:2dc394c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_jabber_util.c
r9c8dbc7 r2dc394c 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)); 105 107 } 106 108
Note: See TracChangeset
for help on using the changeset viewer.