/MentaRefAppWithService/trunk/src/test/java/org/menta/action/LoginActionTest.java |
---|
41,7 → 41,7 |
// test wrong password... |
result = login.execute("testUser", "wrong_pass"); |
errorId = login.getError("username"); |
errorId = login.getError("password"); |
Assert.assertEquals(ERROR, result); |
Assert.assertEquals(Type.WRONG_PASSWORD.toString(), errorId); |