[Httpunit-commit] CVS: httpunit index.html,1.15,1.16
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-06-18 20:21:33
|
Update of /cvsroot/httpunit/httpunit In directory usw-pr-cvs1:/tmp/cvs-serv14775 Modified Files: index.html Log Message: Added tests and documentation for ServletUnit Index: index.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- index.html 2001/04/02 19:07:35 1.15 +++ index.html 2001/06/18 20:21:30 1.16 @@ -15,6 +15,10 @@ form submission, basic <A HREF="ftp://ftp.isi.edu/in-notes/rfc2617.txt">http authentication</A>, cookies and automatic page redirection, and allows Java test code to examine returned pages as text, an XML DOM, or containers of forms, tables, and links.</P> +<P> +A companion framework, <A HREF="doc/servletunit-intro.html">ServletUnit</A> is included in the download. +</P> + <h2>What is it?</h2> <blockquote> |