- Timestamp:
- 2010-03-18T11:22:17Z (15 years ago)
- Branches:
- master
- Children:
- 638feab
- Parents:
- 00a0bc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_jabber_util.c
r00a0bc5 r842cd8d 84 84 fail_unless( jabber_buddy_remove( ic, "nekkid@lamejab.net" ) ); 85 85 fail_if( jabber_buddy_by_jid( ic, "nekkid@lamejab.net", 0 ) ); 86 87 /* Fixing a bug in this branch that caused information to get lost when 88 removing the first full JID from a list. */ 89 jabber_buddy_add( ic, "bugtest@google.com/A" ); 90 jabber_buddy_add( ic, "bugtest@google.com/B" ); 91 jabber_buddy_add( ic, "bugtest@google.com/C" ); 92 fail_unless( jabber_buddy_remove( ic, "bugtest@google.com/A" ) ); 93 fail_unless( jabber_buddy_remove( ic, "bugtest@google.com/B" ) ); 94 fail_unless( jabber_buddy_remove( ic, "bugtest@google.com/C" ) ); 86 95 } 87 96
Note: See TracChangeset
for help on using the changeset viewer.