[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.43,1.44
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-19 17:43:53
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26541/doc
Modified Files:
release_notes.txt
Log Message:
provide access to response header names
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- release_notes.txt 2001/07/17 12:50:47 1.43
+++ release_notes.txt 2001/07/19 17:43:50 1.44
@@ -11,6 +11,10 @@
Revision History:
+19-Jul-2001
+Additions:
+ 1. Added getHeaderFieldNames to WebResponse
+
16-Jul-2001
Acknowledgements:
Thanks to Chris Stevenson for identifying a problem with forms lacking an action
@@ -21,7 +25,7 @@
calling getResponse. This will prevent HttpUnit from throwing an exception
in such cases. You can still check the status of the response by calling
WebResponse.getStatusCode()
-
+
Problems corrected:
1. Forms with no action now default to the originating page
|