fixed in trunk. thanks!

musachy

On Thu, Sep 17, 2009 at 7:15 PM, Alex Siman <[email protected]> wrote:
>
> // From
>    protected ActionMapping getActionMapping(String url) {
>        MockHttpServletRequest req = new MockHttpServletRequest();
>        req.setRequestURI(url);
>        return
> Dispatcher.getInstance().getContainer().getInstance(ActionMapper.class).getMapping(req,
>                Dispatcher.getInstance().getConfigurationManager());
>    }
>
> // To
>    protected ActionMapping getActionMapping(String url) {
>        MockHttpServletRequest req = new MockHttpServletRequest();
>        req.setRequestURI(url);
>        return getActionMapping(req);
>    }
> --
> View this message in context: 
> http://www.nabble.com/JUnit-Plugin%3A-Little-refactoring-tp25502119p25502119.html
> Sent from the Struts - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to