[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.32,1.33 todo.txt,1.8,1.9
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-05-31 16:44:17
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26912/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Corrected exceptions when failing to connect
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- release_notes.txt 2001/05/22 22:18:55 1.32
+++ release_notes.txt 2001/05/31 16:44:15 1.33
@@ -10,6 +10,16 @@
Revision History:
+Acknowledgements:
+ Thanks to Rolf Schmidiger for corrected behavior when failing to find a site
+
+31-May-01
+Problems corrected:
+ 1. Now throws HttpNotFoundException rather than NullPointerException when
+ unable to connect to a web site
+ 2. I/O exceptions when accessing a site are now thrown, rather than being
+ turned into RuntimeException.
+
22-May-01
Additions:
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- todo.txt 2001/05/21 21:04:29 1.8
+++ todo.txt 2001/05/31 16:44:15 1.9
@@ -1,5 +1,7 @@
o Integrate PUT method (written by Marcos Tarruella, et. al.)
o Support <META HTTP_EQUIV=REFRESH tags>
+o Support reset button detection
+o Send parameters in proper (HTML-file) order
o Add support for POST/PUT to contain user-specified data and content-type
taken either from file or a string
o Documentation, Documentation
|