[ 
https://issues.apache.org/jira/browse/WICKET-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Santos updated WICKET-3499:
---------------------------------

    Attachment: WICKET-3499.patch

Fixed by copy/pasting the RequestHandlerStack#respond implementation from 
RequestCycle.HandlerExecutor, but now tests in RequestHandlerStackTest are 
meaningless since they are not testing the core code.

> 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