/*
- * $Header: /cvsroot/securityfilter/securityfilter/src/test/org/securityfilter/test/http/form/JustInTimeTest.java,v 1.3 2003/06/10 11:29:34 maxcooper Exp $
- * $Revision: 1.3 $
- * $Date: 2003/06/10 11:29:34 $
+ * $Header: /cvsroot/securityfilter/securityfilter/src/test/org/securityfilter/test/http/form/JustInTimeTest.java,v 1.4 2003/06/10 11:36:21 maxcooper Exp $
+ * $Revision: 1.4 $
+ * $Date: 2003/06/10 11:36:21 $
*
* ====================================================================
* The SecurityFilter Software License, Version 1.1
* JustInTimeTest - This tests basic just-in-time login behavior.
*
* @author Max Cooper (max@maxcooper.com)
- * @version $Revision: 1.3 $ $Date: 2003/06/10 11:29:34 $
+ * @version $Revision: 1.4 $ $Date: 2003/06/10 11:36:21 $
*/
public class JustInTimeTest extends TestBase {
}
/**
- * Test that the user is asked to login before accessing a secure page.
- *
- * Sequence of events:
- * 1. ASSERT: baseUrl (set from base.url system property) is not null
- * 2. request securePage.jsp
- * 3. ASSERT: response should be the login page (after auto-redirect)
- * 4. submit valid login credentials
- * 5. ASSERT: response should be the secure page (after auto-redirect)
+ * Test that the user is asked to login before accessing /securePage.jsp.
*
* @throws Exception
*/