[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.118,1.119
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-07-15 16:42:46
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv15189/doc Modified Files: release_notes.txt Log Message: Added support for _parent target Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- release_notes.txt 15 Jul 2002 14:30:32 -0000 1.118 +++ release_notes.txt 15 Jul 2002 16:42:43 -0000 1.119 @@ -1,7 +1,7 @@ HttpUnit release notes Known problems: - 1. The "_parent" and "_empty" frame targets are not handled correctly + 1. The "_new" 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" does not appear to run properly under JDK 1.4 @@ -12,6 +12,10 @@ Revision History: +15-Jul-2002 +Problems fixed: + 1. The "_parent" frame target should now be handled correctly. + 10-Jul-2002 Additions: 1. WebResponse and WebCell now support a new method, getImages, which returns an array of objects representing the |