Update of /cvsroot/jwebunit/jWebUnit/sample/net/sourceforge/jwebunit/sample
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16727/sample/net/sourceforge/jwebunit/sample
Modified Files:
LoginPageTest.java
Log Message:
incremental iteration.
Index: LoginPageTest.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/sample/net/sourceforge/jwebunit/sample/LoginPageTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LoginPageTest.java 24 Sep 2002 18:44:00 -0000 1.7
--- LoginPageTest.java 15 Apr 2005 04:46:51 -0000 1.8
***************
*** 29,32 ****
--- 29,33 ----
public void setUp() throws Exception {
+ super.setUp();
server = new PseudoServer();
HttpUnitOptions.reset();
***************
*** 37,41 ****
public void tearDown() throws Exception {
! if (server != null) server.shutDown();
}
--- 38,45 ----
public void tearDown() throws Exception {
! super.tearDown();
! if (server != null) {
! server.shutDown();
! }
}
-------------------------------------------------------
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