[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.34,1.35 todo.txt,1.10,1.11
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-06-06 13:25:37
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv2105/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
input stream requests now contain content type
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- release_notes.txt 2001/06/04 20:45:33 1.34
+++ release_notes.txt 2001/06/06 13:25:33 1.35
@@ -16,6 +16,11 @@
Thanks to Tom Watkins, Deepa Dihr, Marcos Tarruella for their implementation of
PutMethodWebRequest
+ 6-Jun-01
+Additions:
+ 1. Added ServletUnitClient and InvocationContext to servletunit to
+ permit more granular testing of servlets
+
4-Jun-01
Additions:
1. Added PutMethodWebRequest
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- todo.txt 2001/06/04 20:45:33 1.10
+++ todo.txt 2001/06/06 13:25:33 1.11
@@ -1,3 +1,4 @@
+o Support non-text web responses
o Support <META HTTP_EQUIV=REFRESH tags>
o Support reset button detection
o Support _new frame tag
|