[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.133,1.134
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-13 17:57:50
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv25269/doc Modified Files: release_notes.txt Log Message: Added Button.submit to submit a form from a button Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- release_notes.txt 8 Aug 2002 20:47:21 -0000 1.133 +++ release_notes.txt 13 Aug 2002 17:57:47 -0000 1.134 @@ -12,6 +12,10 @@ Revision History: + 9-Aug-2002 +Additions: + 1. The SubmitButton class now supports a click() method to submit the form using that button. + 8-Aug-2002 Changes: 1. The class com.meterware.httpunit.ScriptableObject has been renamed as com.meterware.httpunit.scripting.ScriptableDelegate |