[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.36,1.37 todo.txt,1.11,1.12
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-06-13 16:38:22
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv19578/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Added control for case-sensitivity of HTML matching
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- release_notes.txt 2001/06/11 21:21:09 1.36
+++ release_notes.txt 2001/06/13 16:38:19 1.37
@@ -19,6 +19,8 @@
11-Jun-01
Additions:
1. Added getInputStream method in WebResponse to support non-text responses.
+ 2. Matching of text in web pages is now controlled by the HttpUnitOption property
+ 'matchesIgnoreCase'. The default behavior is as before - matches are not case sensitive
6-Jun-01
Additions:
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- todo.txt 2001/06/06 13:25:33 1.11
+++ todo.txt 2001/06/13 16:38:20 1.12
@@ -1,5 +1,5 @@
-o Support non-text web responses
o Support <META HTTP_EQUIV=REFRESH tags>
+o Support IFRAME tag
o Support reset button detection
o Support _new frame tag
o Send parameters in proper (HTML-file) order
|