Hi,
  I am upgrading out unit tests to use jwebunit 1.4.   We are
currently using version 1.0.  I have one lingering problem.

  When extend WebTestCase to a child class and use this as a parent
for all our black box automated tests.  When initiating this base
class we had the following code:

        // set the follow refresh option to true so we can follow
jredirect pages
        
getDialog().getWebConversation().getClientProperties().setAutoRefresh(true);

  This functionality is necissary because the web app has tons of
redirects.  The unit tests are failing without it.

  However, I am unclear how to reproduce this with the new version.
getDialog() is deprecated.  getWebConversation() no longer exists.

  I spent significant time looking for documentation, comments, and at
the source code and am having trouble grasping where this is
controlled currently.

  Any suggestions much appreciated.

Thank you!

-- 
Denali Lumma

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JWebUnit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to