[
https://issues.jboss.org/browse/ARQ-976?page=com.atlassian.jira.plugin.sy...
]
Lukáš Fryč updated ARQ-976:
---------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Jakub Narloch (was: Lukáš Fryč)
Fix Version/s: warp_1.0.0.Alpha2
Resolution: Done
Thanks for the patch, Jakub!
The exceptions that occurrs in @AfterServlet test is not being
propagated back to the client.
---------------------------------------------------------------------------------------------
Key: ARQ-976
URL:
https://issues.jboss.org/browse/ARQ-976
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha1
Reporter: Jakub Narloch
Assignee: Jakub Narloch
Labels: warp
Fix For: warp_1.0.0.Alpha2
The exception that occurs in @AfterServlet test is beeing ignored and no information is
send back to the client.
Simple code example:
{code}
@AfterServlet
public void test() {
fail("Fail");
}
{code}
The test will pass successfully.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira