[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.160,1.161
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-13 18:35:02
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv23375/doc Modified Files: release_notes.txt Log Message: Added control of script error messages Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- release_notes.txt 13 Sep 2002 14:17:25 -0000 1.160 +++ release_notes.txt 13 Sep 2002 18:34:57 -0000 1.161 @@ -18,6 +18,8 @@ Additions: 1. The mechanism for search for links has been expanded to permit arbitrary search criteria and to retrieve either the first match or all matches. + 2. It is now possible to control the handling of script errors by calling HttpUnitOptions.setExceptionsThrownOnScriptError. + If the exceptions are not thrown, the error messages will instead be available via HttpUnitOptions.getScriptErrorMessages() 9-Sep-2002 Acknowledgement: |