NIHVIVO-1207 Restructure Authenticate as a clean state machine.

This commit is contained in:
jeb228 2010-11-05 17:03:34 +00:00
parent 40ab798c48
commit 7e4499778c
3 changed files with 176 additions and 132 deletions

View file

@ -135,7 +135,7 @@ public class AuthenticateTest extends AbstractTestClass {
assertExpectedRedirect(URL_LOGIN_PAGE);
assertExpectedLoginSessions();
assertNoProcessBean();
assertExpectedProcessBean(LOGGING_IN, "", "", "");
}
@Test