[Httpunit-commit] CVS: httpunit/doc faq.html,1.15,1.16
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-30 18:32:17
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv10767/doc Modified Files: faq.html Log Message: Prepare for 1.4.5 release Index: faq.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/faq.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- faq.html 15 Aug 2002 00:06:31 -0000 1.15 +++ faq.html 30 Aug 2002 18:32:14 -0000 1.16 @@ -32,7 +32,7 @@ <A NAME="javascript"><H2>How do I use HttpUnit to test my pages that use JavaScript?</H2></A> You should not have to do anything special; however, not all JavaScript constructs are supported as yet. See -<a href="javascript-support.html">the list of supported JavaScript features</a> for more information. +<a href="Javascript-support.html">the list of supported JavaScript features</a> for more information. <A NAME="#norhino"><H2>JavaScript is not being executed at all. Why not?</H2></A> If you do not have the Rhino JAR (js.jar) in your classpath, JavaScript features do not work. |