From 2d392b900628a0d8d7d31d56a179a1cb385f65c6 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Tue, 10 Jun 2003 11:36:21 +0000 Subject: [PATCH] revised comments --- .../securityfilter/test/http/form/JustInTimeTest.java | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/test/org/securityfilter/test/http/form/JustInTimeTest.java b/src/test/org/securityfilter/test/http/form/JustInTimeTest.java index ae78d5a..a3f68c0 100644 --- a/src/test/org/securityfilter/test/http/form/JustInTimeTest.java +++ b/src/test/org/securityfilter/test/http/form/JustInTimeTest.java @@ -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 */ -- 2.11.0