Currently MockWebApplication and WicketTester are derived from
WebApplication which requires us to copy & paste code from
MyApplication to MyWicketTester which is kind of ugly. I changed
MockWebApplication to delegate to an application instead. It seems to
work fine but most xxxExpectedResult.html files must be changed.
Example

<a href="/WicketTester/WicketTester?wicket:interface=:0:link::ILinkListener"
wicket:id="link">test</a>
---
<a 
href="/DummyApplication/DummyApplication?wicket:interface=:0:link::ILinkListener"
wicket:id="link">test</a>

I guess that is ok, but I want to check with you first. Any thought?

Juergen

Reply via email to