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

Martin Grigorov commented on WICKET-3499:
-----------------------------------------

Yes, it seems we don't need this MockRequestCycle at all.
Currently some of the assertions (e.g. the one at line 126) tests that 
MockRequestCycle.setResponse(Response) does nothing.

> org/apache/wicket/request/cycle/RequestCycleListenerTest MockRequestCycle 
> setResponse
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-3499
>                 URL: https://issues.apache.org/jira/browse/WICKET-3499
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC2
>         Environment: all
>            Reporter: Richard Emberson
>            Priority: Minor
>         Attachments: WICKET-3499.patch
>
>
> In org/apache/wicket/request/cycle/RequestCycleListenerTest MockRequestCycle 
> is this 
> method correct:
>   
>     public Response setResponse(Response response)
>     {
>       return response;
>     } 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to