You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/05/29 09:10:44 UTC

svn commit: r410042 - /cocoon/branches/BRANCH_2_1_X/src/test/README.txt

Author: antonio
Date: Mon May 29 00:10:43 2006
New Revision: 410042

URL: http://svn.apache.org/viewvc?rev=410042&view=rev
Log:
We use now htmlunit 1.8.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/test/README.txt

Modified: cocoon/branches/BRANCH_2_1_X/src/test/README.txt
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/test/README.txt?rev=410042&r1=410041&r2=410042&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/test/README.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/src/test/README.txt Mon May 29 00:10:43 2006
@@ -5,12 +5,12 @@
 NB this concerns only for tests on the reponse of a running Cocoon server.
 Unit tests for Cocoon classes are as ever written as JUnit tests.
 
-To run htmlunit tests you have to download htmlunit 1.5 from
+To run htmlunit tests you have to download htmlunit 1.8 from
 http://sourceforge.net/project/showfiles.php?group_id=47038.  
 Unpack it into a convenient directory and set the path in your 
 local.build.properties, for example:
 
-    htmlunit.home = /my/htmlunit-1.5
+    htmlunit.home = /my/htmlunit-1.8
 
 Then build Cocoon, start the server, and run the tests: