tests to ensure that the user gets to the default page when they login spontaneously
authormaxcooper <maxcooper>
Mon, 9 Jun 2003 12:06:23 +0000 (12:06 +0000)
committermaxcooper <maxcooper>
Mon, 9 Jun 2003 12:06:23 +0000 (12:06 +0000)
commita13f9b50e04d44b4c31a225b654308f2aa4f2fb4
tree1d41b71560e4bf8511bddfd5b1250de080238ae5
parenta0513842dbdcd059598b8057cc7ce4adaae7ef04
tests to ensure that the user gets to the default page when they login spontaneously
one test requests the login page first
the other test simply submits a login request
src/test/org/securityfilter/test/http/TestBase.java
src/test/org/securityfilter/test/http/form/DefaultPageTest.java [new file with mode: 0644]
src/test/org/securityfilter/test/http/form/JustInTimeTest.java