revised comments
authormaxcooper <maxcooper>
Tue, 10 Jun 2003 11:36:21 +0000 (11:36 +0000)
committermaxcooper <maxcooper>
Tue, 10 Jun 2003 11:36:21 +0000 (11:36 +0000)
src/test/org/securityfilter/test/http/form/JustInTimeTest.java

index ae78d5a..a3f68c0 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $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
@@ -63,7 +63,7 @@ import org.securityfilter.test.http.TestBase;
  * 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 {
 
@@ -77,14 +77,7 @@ 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
     */