added class description comment
authormaxcooper <maxcooper>
Sat, 25 Oct 2003 10:17:01 +0000 (10:17 +0000)
committermaxcooper <maxcooper>
Sat, 25 Oct 2003 10:17:01 +0000 (10:17 +0000)
src/test/org/securityfilter/test/http/form/DefaultPageTest.java

index f23d14a..a2857aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvsroot/securityfilter/securityfilter/src/test/org/securityfilter/test/http/form/DefaultPageTest.java,v 1.3 2003/06/14 14:11:44 maxcooper Exp $
- * $Revision: 1.3 $
- * $Date: 2003/06/14 14:11:44 $
+ * $Header: /cvsroot/securityfilter/securityfilter/src/test/org/securityfilter/test/http/form/DefaultPageTest.java,v 1.4 2003/10/25 10:17:01 maxcooper Exp $
+ * $Revision: 1.4 $
+ * $Date: 2003/10/25 10:17:01 $
  *
  * ====================================================================
  * The SecurityFilter Software License, Version 1.1
@@ -60,10 +60,10 @@ import org.securityfilter.example.Constants;
 import org.securityfilter.test.http.TestBase;
 
 /**
- * DefaultPageTest
+ * DefaultPageTest - tests that the user is sent to the default page on an "unsolicited" login.
  *
  * @author Max Cooper (max@maxcooper.com)
- * @version $Revision: 1.3 $ $Date: 2003/06/14 14:11:44 $
+ * @version $Revision: 1.4 $ $Date: 2003/10/25 10:17:01 $
  */
 public class DefaultPageTest extends TestBase {
    /**