Re: [JWebUnit-users] tests fail with session_regenerate_id

2009-08-28 Thread Jack Pham
Message- From: Jevon Wright [mailto:je...@jevon.org] Sent: Thursday, August 27, 2009 7:31 PM To: Usage problems for JWebUnit Subject: Re: [JWebUnit-users] tests fail with session_regenerate_id Hi, I couldn't reproduce your problem, could you post your scripts? I tri

Re: [JWebUnit-users] tests fail with session_regenerate_id

2009-08-27 Thread Jevon Wright
Hi, I couldn't reproduce your problem, could you post your scripts? I tried it with the following JWebUnit test: public void test1() { getTestContext().setBaseUrl("http://localhost:8080//";); beginAt("index.php"); IElement element = getElementByXPath("//b"); String initial = e