Re: Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-02 Thread Robert Dahlström
Thanks for the tip but I'd prefer to stick with WicketTester for the moment. Regards Robert On 02/02/2011 10:36 AM, Kent Tong wrote: Hi, I currently have an application reading a cookie in my session. All of my unit tests where the pattern is: Create page -> submit form -> redirect to new page

Re: Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-02 Thread Kent Tong
> Hi, I currently have an application reading a cookie in my session. All > of my unit tests where the pattern is: Create page -> submit form -> > redirect to new page fails to read this cookie after the redirect to new > page. Have you tried http://wicketpagetest.sourceforge.net which supports th

Re: Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-01 Thread Pedro Santos
I attached an test case, possible simulating your described bug 2011/2/1 Robert Dahlström > Thanks, I'll add the info I have to the bug. > > Regards > Robert > > > On 02/01/2011 01:02 PM, Pedro Santos wrote: > >> Hi Hobert, I reopened the WICKET-1886 >> >> 2011/2/1 Robert Dahlström >> >> Hi, I

Re: Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-01 Thread Robert Dahlström
Thanks, I'll add the info I have to the bug. Regards Robert On 02/01/2011 01:02 PM, Pedro Santos wrote: Hi Hobert, I reopened the WICKET-1886 2011/2/1 Robert Dahlström Hi, I currently have an application reading a cookie in my session. All of my unit tests where the pattern is: Create page -

Re: Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-01 Thread Pedro Santos
Hi Hobert, I reopened the WICKET-1886 2011/2/1 Robert Dahlström > Hi, I currently have an application reading a cookie in my session. All of > my unit tests where the pattern is: Create page -> submit form -> redirect > to new page fails to read this cookie after the redirect to new page. > > Th

Wickettester, cookies and redirects in Wicket 1.4.15

2011-02-01 Thread Robert Dahlström
Hi, I currently have an application reading a cookie in my session. All of my unit tests where the pattern is: Create page -> submit form -> redirect to new page fails to read this cookie after the redirect to new page. The cookie is added both to the response and request before each new test