1. Could you add the error.jsp to your examples of JSP. The reason is that
this might eliminate the FileNotFound error when the SampleTestServlet is
trying to forward that file.

2. In the documentation please mention the order each test is performed
within the TestCase.
I found that no matter what you called the test methods they go in order of
bottom to top.  For example:
the DoPost tests will be preformed before the DoGet Tests.
SampleServletTest
----------------------------
________________
beginDoGet()
testDoGet()
endDoGet()
beginDoPost()
testDoPost()
endDoPost()
------------------------------





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to