Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1-rc-1
-
None
-
None
-
Running Mac OS X 10.3.9 and java 1.4
-
Patch
Description
groovy.servlet.AbstractHttpServlet class lacks unit test coverage.
A unit test is attached.
It uses a test specific subclass called ConcreteHttpServlet (defined in groovy test script) to test the abstract class in isolation from any implementations. Class should now have complete coverage except for a few exception cases and logging calls.
Let me know if there are any issues and I will promptly work to correct them. Thanks.