]
Jakub Narloch reassigned ARQ-976:
---------------------------------
Assignee: Lukáš Fryč
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: Lukáš Fryč
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: