[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.117,1.118
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-07-15 14:30:36
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv4133/doc Modified Files: release_notes.txt Log Message: Added web image support Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- release_notes.txt 26 Jun 2002 15:48:56 -0000 1.117 +++ release_notes.txt 15 Jul 2002 14:30:32 -0000 1.118 @@ -4,15 +4,19 @@ 1. The "_parent" and "_empty" frame targets are not handled correctly 2. The "accept-charset" attribute for forms is ignored; the page content character set is used to encode any response. This behavior matches that currently used by IE and Navigator. - 3. The regression test "pseudo-server" do not appear to run properly under JDK 1.4 + 3. The regression test "pseudo-server" does not appear to run properly under JDK 1.4 Limitations: 1. HttpUnit does not support JavaScript 2. JDK 1.2 or higher is required - 3. ServletUnit does not support JSP Revision History: +10-Jul-2002 +Additions: + 1. WebResponse and WebCell now support a new method, getImages, which returns an array of objects representing the + image tags found. + 25-Jun-2002 Additions: 1. The HttpUnitOption property 'acceptCookies' now controls whether cookies received from the server will be saved |