Re: Problem using EnhancedWicketTester form submit

2010-02-02 Thread Paul Szulc
Hi Roger, Enhanced Wickt tester is not official part of Wicket. If you send me piece of the code, I can have a look at it and see what's wrong. From test point of view everything looks fine. Catch me here or on my private mail. -- Best regards, Paul Szulc http://paulszulc.wordpress.com On Mon

Problem using EnhancedWicketTester form submit

2010-02-01 Thread roger.b...@creoss.com
The following code for testing login will fail at the last assert statement ( tester.assertRenderedPage(Dashboard.class);). The action works fine on the actual web pages but not using this test. What is missing or mis configured protected void loginPageEnhanced () { System.out.print