1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 07:24:51 +02:00

Fixed case of resource.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7112 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2007-02-14 19:53:18 +00:00 committed by gato
parent 4a856a497f
commit f5834d3ed5

View file

@ -222,7 +222,7 @@ public abstract class SmackTestCase extends TestCase {
} }
} }
// Login with the new test account // Login with the new test account
getConnection(i).login("user" + i, "user" + i, "smack", sendInitialPresence()); getConnection(i).login("user" + i, "user" + i, "Smack", sendInitialPresence());
} }
// Let the server process the available presences // Let the server process the available presences
Thread.sleep(150); Thread.sleep(150);