On Wed, 28 Jan 2009, Stephan Koch wrote:
> mountBookmarkablePage("/login", LoginPage.class);
> 
> When I remove that line, the test runs fine. Could be a bug in
> WicketTester? I'd like some opinions on that before I file a JIRA issue.

It could be, but you could still try replacing

> > tester.startPage(LoginPage.class);

with tester.starPage(new TestPageSource() { ... });

If you can add a failing quickstart or a patch containing a 
failing test, it would be great.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to