23 messages in com.canoo.lists.webtest[Webtest] Fix for 2 successive <follo...
FromSent OnAttachments
Marc Guillemot14 May 2003 00:59.java
Torben Tretau14 May 2003 09:21 
Marc Guillemot16 May 2003 00:31 
Marc Guillemot21 May 2003 00:05 
Scot Hale21 May 2003 00:41 
Marc Guillemot21 May 2003 00:44 
Dirk Olmes21 May 2003 00:56 
Scot Hale21 May 2003 01:03 
Bernhard Wagner21 May 2003 01:16 
Marc Guillemot21 May 2003 01:27 
Dirk Olmes21 May 2003 01:29 
Scot Hale21 May 2003 01:42 
Scot Hale21 May 2003 01:48 
Dirk Olmes21 May 2003 02:08 
Christian Sell21 May 2003 02:13 
Healey, Thomas21 May 2003 05:38 
Dirk Olmes21 May 2003 05:56 
Scot Hale21 May 2003 11:38 
Siegfried Göschl21 May 2003 12:46 
Torben Tretau22 May 2003 02:39 
Torben Tretau22 May 2003 03:37 
Healey, Thomas22 May 2003 11:16 
Dierk Koenig23 May 2003 11:05 
Subject:[Webtest] Fix for 2 successive <followframe ..>
From:Marc Guillemot (mgui@yahoo.fr)
Date:05/14/2003 12:59:25 AM
List:com.canoo.lists.webtest
Attachments:

Hi,

it seems there is a bug in HttpUnit preventing to use successively 2 Webtest's <followframe> (needed in the case where a frame contains itself a frameset) because HttpUnit doesn't give the right frame names on the second level but prefixes them with the first level frame name and a ":". I've entered a bug report by HttpUnit for this: http://sourceforge.net/tracker/index.php?func=detail&aid=737167&group_id=655 0&atid=106550 and I attach my changed version of com.canoo.webtest.steps.request.FollowFrame allowing to cope with this "bug". I have no unit test to incorporate because I've not seen where test resources should be located.

Marc.