Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv9683/doc
Modified Files:
release_notes.txt
Log Message:
Support link.click and form.submit
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- release_notes.txt 30 Jul 2002 13:16:52 -0000 1.122
+++ release_notes.txt 1 Aug 2002 14:58:59 -0000 1.123
@@ -12,6 +12,14 @@
Revision History:
+ 1-Aug-2002
+Additions:
+ 1. You may now follow a link by calling link.click() rather than client.getResponse( link.getRequest() ).
+ 2. You may now submit a form by calling form.submit() rather than client.getResponse( form.getRequest() ). In this
+ case you must set any parameters directly into the form.
+ 3. You may now obtain the current page from a web client by calling client.getCurrentPage() rather than
+ client.getFrameContents( "_top" );
+
29-Jul-2002
Acknowledgements:
Thanks to Sebastien Rosset for pointing out the case sensitivity problem with WebResponse.isHTML
|