[ 
https://issues.apache.org/jira/browse/WICKET-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903532#action_12903532
 ] 

Juergen Donnerstag commented on WICKET-3022:
--------------------------------------------

you did, but the rethrown exceptions are again caught, logged and a http error 
response is created.  To test it, change any of the test case to throw e.g. a 
MarkupException. The test will be executed with success but shouldn't.

> All exceptions are handled by RequestCycle and no longer "visible" to 
> WicketTester
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-3022
>                 URL: https://issues.apache.org/jira/browse/WICKET-3022
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Juergen Donnerstag
>            Assignee: Juergen Donnerstag
>
> Exceptions during render will no longer be detected by WicketTester, since 
> RequestCycle handles them all. Which is ok for normal processing, but bad for 
> WicketTester. We somehow need to make WicketTester aware of thrown exceptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to