Tring to fix icq failing tests.

cusax-fix
Damian Minkov 19 years ago
parent efe7219246
commit 8bfbdbb4f7

@ -576,6 +576,8 @@ public void unsubscribe(Contact contact) throws IllegalArgumentException,
return;
}
logger.trace("Going to remove contact from ss-list : " + contact);
MutableGroup joustSimContactGroup = contactGroup.getJoustSimSourceGroup();
joustSimContactGroup.deleteBuddy(contactIcqImpl.getJoustSimBuddy());

@ -712,6 +712,13 @@ public void postTestSubscribe()
/** @todo tester agent changes status message we see the new message */
/** @todo we should see the alias of the tester agent. */
Object obj = new Object();
synchronized(obj)
{
logger.debug("wait a moment. give time to server");
obj.wait(4000);
}
}
/**

Loading…
Cancel
Save