On 3/2/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > All the components are logged as 'not rendered', but all tests are
> > passed and the application works.
> > Is this the normal behaviour of tests?
>
> That doesn't look normal to me. Did you get any further insight?

Yes, what I discovered is that if I initialize the WicketTester with
the construct

wt.startPage(new ITestPageSource() {
 public Page getTestPage() {
  return new SummaryJob(new JobPost());
 }
});

everything goes well; on the contrary, if I use the other constructor

wt.startPage(new SummaryJob(new JobPost()));

the test runs fine, but I have all the exceptions I reported before in the log.

-- 
Filippo Diotalevi
http://www.diotalevi.com
http://www.jugmilano.it

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to