[
https://issues.apache.org/jira/browse/WICKET-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801361#action_12801361
]
Martin Grigorov commented on WICKET-2634:
-----------------------------------------
This test case is much clear than the one in WICKET-2502.
I recommend it for debugging purposes.
To make it work I patched
/wicket1.4-SNAPSHOT/src/main/java/org/apache/wicket/protocol/http/MockWebApplication.java,
but also I modified the test case class because DummyPanelPage class has
niether default constructor nor one with PageParameters parameter.
> WicketTester doesn't handle multiple RestartResponseExceptions.
> ---------------------------------------------------------------
>
> Key: WICKET-2634
> URL: https://issues.apache.org/jira/browse/WICKET-2634
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.5
> Reporter: Marat Radchenko
> Priority: Minor
> Attachments: RestartResponseTest.java, RestartResponseTest.java,
> WICKET-2634.patch
>
>
> WicketTester doesn't handle multiple RestartResponseExceptions because it
> doesn't use the same loop pattern as RequestCycle.steps().
> Testcase attached.
> Low priority, i workarounded it in my app.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.