[arquillian-issues] [JBoss JIRA] (ARQ-976) The exceptions that occurrs in @AfterServlet test is not being propagated back to the client.

Jakub Narloch (JIRA) jira-events at lists.jboss.org
Sat Jun 2 18:13:17 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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.

  was:
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.

    Git Pull Request: https://github.com/arquillian/arquillian-extension-warp/pull/3  (was: https://github.com/arquillian/arquillian-extension-warp/pull/3)

    
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list