Update of /cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17350/test/net/sourceforge/jwebunit
Modified Files:
ServletUnitTest.java
Log Message:
fixed compiler error. This class needs to be overhauled or deprecated. Moving
to Jetty as a webserver for testing.
Index: ServletUnitTest.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/test/net/sourceforge/jwebunit/ServletUnitTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ServletUnitTest.java 1 Sep 2003 19:55:08 -0000 1.2
--- ServletUnitTest.java 16 Mar 2005 06:16:08 -0000 1.3
***************
*** 50,54 ****
String url = getTestContext().getBaseUrl() + "foo.html";
! HttpUnitDialog dialog = new HttpUnitDialog(url, whichContext);
assertTrue(dialog.getWebClient() instanceof WebConversation);
--- 50,55 ----
String url = getTestContext().getBaseUrl() + "foo.html";
! HttpUnitDialog dialog = new HttpUnitDialog();
! dialog.beginAt(url, whichContext);
assertTrue(dialog.getWebClient() instanceof WebConversation);
-------------------------------------------------------
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