mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01: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:
parent
4a856a497f
commit
f5834d3ed5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue