small tweak

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6484 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Alex Wenckus 2006-12-28 02:48:35 +00:00 committed by alex
parent 7d9189e490
commit f1972c2571
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class MessageTest extends SmackTestCase {
getConnection(1).sendPacket(new Presence(Presence.Type.available));
Presence presence = new Presence(Presence.Type.available);
presence.setTo(getFullJID(1));
presence.setTo(getBareJID(1));
getConnection(0).sendPacket(presence);
PacketCollector collector = getConnection(0)