Update of /cvsroot/httpunit/httpunit
In directory usw-pr-cvs1:/tmp/cvs-serv24618
Modified Files:
index.html
Log Message:
Treat form, image, and link names as case-sensitive in JavaScript
Index: index.html
===================================================================
RCS file: /cvsroot/httpunit/httpunit/index.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- index.html 20 Aug 2002 19:39:20 -0000 1.22
+++ index.html 25 Sep 2002 16:20:52 -0000 1.23
@@ -12,7 +12,7 @@
HttpUnit makes this easy. Written in Java,
HttpUnit emulates the relevant portions of browser behavior, including
-form submission, <a href="doc/JavaScript-support.html">JavaScript</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 either as text, an XML DOM, or containers of forms, tables, and links.</P>
|