Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31076/src/net/sourceforge/jwebunit/plugin/jacobie
Modified Files:
JacobieDialog.java
Log Message:
more changes to get unit tests running for both testing engines.
Index: JacobieDialog.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie/JacobieDialog.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JacobieDialog.java 15 Apr 2005 04:52:40 -0000 1.6
--- JacobieDialog.java 11 May 2005 12:11:45 -0000 1.7
***************
*** 56,67 ****
}
! public void beginAt(String url, TestContext context) {
//no notion yet of a test context.
initWebClient();
try {
naviateToPage(url);
! } catch (Exception anException) {
! throw new RuntimeException(ExceptionUtility
! .stackTraceToString(anException));
}
--- 56,67 ----
}
! public void beginAt(String url, TestContext context) throws
TestingEngineResponseException {
//no notion yet of a test context.
initWebClient();
try {
naviateToPage(url);
! } catch (Exception aException) {
! //cant find requested page. most browsers will return
a page with 404 in the body or title.
! throw new
TestingEngineResponseException(ExceptionUtility.stackTraceToString(aException));
}
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development