Patches item #1547935, was opened at 2006-08-28 16:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1547935&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Baptiste Quenot (quenotj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Refactor WicketTester into WebApplicationTester

Initial Comment:
See discussion at
http://www.nabble.com/WicketTester-and-AuthenticatedWebApplication-tf2144940.html#a5921503

The idea is to melt WicketTester and MockWebApplication
together so that the tester uses a real WebApplication.
 To achieve that, we setup a WicketServlet for the sake
of the tests.

However the refactored tester cannot use setHomePage(),
as this method does not exist in WebApplication, thus
the new tester offers a new method: startPath(String)
as entry point, instead of startPage(Class).  Because
this breaks backwards compatibility, we may call the
new tester WebApplicationTester.

Note that the tester is moved to package
wicket.protocol.http to be able to access protected
fields in WebApplication.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1547935&group_id=119783

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to