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.5.1, 1.4.18
            Reporter: Juha Syrjälä
            Priority: Minor


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


Reply via email to