Added method description.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@4551 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2006-07-18 21:24:00 +00:00 committed by gato
parent 9ade8ac8cd
commit 1716c6ed22
1 changed files with 7 additions and 1 deletions

View File

@ -465,7 +465,13 @@ public class RosterTest extends SmackTestCase {
}
/**
* Test presence management.
* Test presence management.<p>
*
* 1. Log in user0 from a client and user1 from 2 clients
* 2. Create presence subscription of type BOTH between 2 users
* 3. Check that presence is correctly delivered to both users
* 4. User1 logs out from a client
* 5. Check that presence for each connected resource is correct
*/
public void testRosterPresences() throws Exception {
Thread.sleep(200);