[Httpunit-commit] CVS: httpunit index.html,1.20,1.21
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-20 15:09:30
|
Update of /cvsroot/httpunit/httpunit In directory usw-pr-cvs1:/tmp/cvs-serv32474 Modified Files: index.html Log Message: Force graceful degregation when Rhino is missing Index: index.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/index.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- index.html 14 Jan 2002 18:13:45 -0000 1.20 +++ index.html 20 Aug 2002 15:09:27 -0000 1.21 @@ -12,9 +12,10 @@ HttpUnit makes this easy. Written in Java, HttpUnit emulates the relevant portions of browser behavior, including -form submission, basic <A HREF="ftp://ftp.isi.edu/in-notes/rfc2617.txt">http authentication</A>, +form submission, <a href="doc/JavaScript-support.html">JavaScript</a>, +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> +Java test code to examine returned pages either 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> @@ -26,7 +27,7 @@ <strong>HttpUnit</strong> is a free, <A HREF="doc/license.html">open source</A> Java API for accessing web sites without a browser, and is ideally suited for automated unit testing of web sites when combined with a Java unit test framework such as <A HREF="http://www.junit.org">JUnit</a>. -It was designed and implemented by <a href="mailto:rus...@us...">Russell Gold.</a></blockquote> +It was designed and implemented by <a href="mailto:rus...@ht...">Russell Gold.</a></blockquote> <h2>Documentation</h2> <blockquote>A rudimentary <A HREF="doc/Cookbook.html">User's manual</A> is |