-
Bug
-
Resolution: Done
-
Major
-
warp_1.0.0.Alpha1
The exception that occurs in @AfterServlet test is beeing ignored and no information is send back to the client.
Simple code example:
@AfterServlet public void test() { fail("Fail"); }
The test will pass successfully.