[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.128,1.129
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-05 19:42:57
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv11224/doc Modified Files: release_notes.txt Log Message: Added support for checkbox.clicked property Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- release_notes.txt 5 Aug 2002 18:58:41 -0000 1.128 +++ release_notes.txt 5 Aug 2002 19:42:52 -0000 1.129 @@ -19,6 +19,7 @@ 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 + 6. JavaScript: the checkbox.clicked property is read-write Problems fixed: A form request created after a call to getScriptableObject().setAction() now correctly uses the new action. |