[
https://issues.apache.org/jira/browse/WICKET-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juha Syrjälä updated WICKET-4098:
---------------------------------
Attachment: fix-WICKET-4098.patch
Added patch against trunk (r1177721). Changes parameter from WicketTester to
BaseWicketTester.
> AjaxLazyLoadPanelTester should take BaseWicketTester as parameter
> -----------------------------------------------------------------
>
> Key: WICKET-4098
> URL: https://issues.apache.org/jira/browse/WICKET-4098
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4.18, 1.5.1
> Reporter: Juha Syrjälä
> Priority: Minor
> Attachments: fix-WICKET-4098.patch
>
>
> Currently AjaxLazyLoadPanelTester
> <http://wicket.apache.org/apidocs/1.5/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanelTester.html>
> has following method signature:
> public static void executeAjaxLazyLoadPanel(WicketTester wt, MarkupContainer
> container)
> I think that WicketTester should be changed to BaseWicketTester.
> Currently our unit test framework is based on extending BaseWicketTester and
> thus I need to make a cut&paste of AjaxLazyLoadPanelTester and change that
> single class name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira