[
https://issues.jboss.org/browse/ARQ-976?page=com.atlassian.jira.plugin.sy...
]
Jakub Narloch updated ARQ-976:
------------------------------
Description:
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.
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
Labels: warp
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