[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.39,1.40 todo.txt,1.13,1.14
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-02 13:05:59
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv10516/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Added support for refresh meta tag
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- release_notes.txt 2001/06/19 14:43:49 1.39
+++ release_notes.txt 2001/07/02 13:05:56 1.40
@@ -11,6 +11,13 @@
Revision History:
+ 1-Jul-2001
+ Additions:
+ 1. WebResponse.getRefreshRequest now returns a WebRequest object if a refresh URL
+ was specified in the response header.
+ 2. WebResponse.getRefreshDelay specifies the delay found in the header, if any.
+ 3. HttpUnitOptions.setAutoRefresh controls whether the refresh URL is automatically followed.
+
19-Jun-2001
Problems corrected:
1. The cookbook was missing parentheses for its constructors
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- todo.txt 2001/06/18 20:21:30 1.13
+++ todo.txt 2001/07/02 13:05:56 1.14
@@ -1,4 +1,3 @@
-o Support <META HTTP_EQUIV=REFRESH tags>
o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.)
o Support IFRAME tag
o Support reset button detection
|