Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16019/src/net/sourceforge/jwebunit

Modified Files:
        WebTestCase.java 
Log Message:
must override tearDown to reset the dialog.

Index: WebTestCase.java
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/WebTestCase.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** WebTestCase.java    5 Mar 2005 05:48:15 -0000       1.51
--- WebTestCase.java    5 Mar 2005 17:55:04 -0000       1.52
***************
*** 42,46 ****
      }
      
! 
  
      /**
--- 42,53 ----
      }
      
!     public void tearDown() throws Exception {
!       
!       //this resets the dialog / nulls out objects, etc.
!       //close IE from the JacobieDialog.
!       getDialog().reset();
!       
!       super.tearDown();
!     }
  
      /**



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to