[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.42,1.43 todo.txt,1.14,1.15
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-17 12:50:50
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv16845/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Allow access to pages with non-OK status
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- release_notes.txt 2001/07/06 17:11:04 1.42
+++ release_notes.txt 2001/07/17 12:50:47 1.43
@@ -11,7 +11,21 @@
Revision History:
- 6-Jul-2001
+16-Jul-2001
+Acknowledgements:
+ Thanks to Chris Stevenson for identifying a problem with forms lacking an action
+
+Additions:
+ 1. It is now possible to see the response accompanying an error status by
+ calling HttpUnitOptions.setExceptionsThrownOnErrorStatus( false ) before
+ 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
+
+ 6-Jul-2001 1.2.6
Acknowledgements:
Thanks to Marcos Tarruella for adding a test case for the Base64 class
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- todo.txt 2001/07/02 13:05:56 1.14
+++ todo.txt 2001/07/17 12:50:47 1.15
@@ -1,3 +1,9 @@
+High priority:
+o Support selection of input stream for file upload. Will require file 'name'
+ and mime type as well as input stream
+o Support image maps
+
+Medium priority:
o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.)
o Support IFRAME tag
o Support reset button detection
@@ -8,9 +14,9 @@
Possibles:
o replace JTidy with a simpler custom parser
o support JavaScript
+o support in-container testing, probably through integration with Cactus
Low priority:
-
o history on web conversation
o Support digest HTTP Authentication
|