Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21195/src/net/sourceforge/jwebunit
Modified Files:
Tag: JACOBIE
WebTestCase.java
Log Message:
Minor change to show example on how to use the JacobieDialog testing engine.
Index: WebTestCase.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/WebTestCase.java,v
retrieving revision 1.42.4.1
retrieving revision 1.42.4.2
diff -C2 -d -r1.42.4.1 -r1.42.4.2
*** WebTestCase.java 2 Dec 2004 20:17:41 -0000 1.42.4.1
--- WebTestCase.java 25 Feb 2005 05:23:25 -0000 1.42.4.2
***************
*** 32,39 ****
/**
* Initializes a new instance of the web tester class.
! * Override if necessary to return subclass of WebTester.
*/
public WebTester initializeWebTester() {
! return new WebTester();
}
--- 32,44 ----
/**
* Initializes a new instance of the web tester class.
! * Override this method if you want to pass in a different testing engine
(dialog).
*/
public WebTester initializeWebTester() {
! IJWebUnitDialog theIJWebUnitDialog = null;
!
! //theIJWebUnitDialog = new HttpUnitDialog();
! //theIJWebUnitDialog = new JacobieDialog();
!
! return new WebTester(theIJWebUnitDialog);
}
-------------------------------------------------------
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