diff --git a/test/org/jivesoftware/smack/test/SmackTestCase.java b/test/org/jivesoftware/smack/test/SmackTestCase.java index 9a246981e..25250b52d 100644 --- a/test/org/jivesoftware/smack/test/SmackTestCase.java +++ b/test/org/jivesoftware/smack/test/SmackTestCase.java @@ -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);