[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.127,1.128
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-05 18:58:46
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv24279/doc Modified Files: release_notes.txt Log Message: Initiate JavaScript automatically Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- release_notes.txt 5 Aug 2002 17:34:24 -0000 1.127 +++ release_notes.txt 5 Aug 2002 18:58:41 -0000 1.128 @@ -18,6 +18,7 @@ 2. JavaScript: document.images and document.<image-name> are now supported 3. JavaScript: The image.src property is read-write 4. WebResponse now has a getImageWithName method + 5. JavaScript execution is now automatic. It may be enabled or disable via HttpUnitOptions Problems fixed: A form request created after a call to getScriptableObject().setAction() now correctly uses the new action. |