Update of /cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15550/test/net/sourceforge/jwebunit
Modified Files:
JWebUnitTest.java
Log Message:
must call super on WebTestCase to reset the dialog between test methods.
Index: JWebUnitTest.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit/JWebUnitTest.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** JWebUnitTest.java 30 Jan 2004 13:04:19 -0000 1.13
--- JWebUnitTest.java 5 Mar 2005 17:52:53 -0000 1.14
***************
*** 32,35 ****
--- 32,38 ----
public void tearDown() throws Exception {
server.tearDown();
+
+ //must call super.
+ 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