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
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public abstract class SmackTestCase extends TestCase {
}
}
// 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
Thread.sleep(150);