You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/11/18 20:43:10 UTC

svn commit: r1640414 - /vcl/trunk/web/testsetup.php

Author: jfthomps
Date: Tue Nov 18 19:43:10 2014
New Revision: 1640414

URL: http://svn.apache.org/r1640414
Log:
updated dojo version number in error message

Modified:
    vcl/trunk/web/testsetup.php

Modified: vcl/trunk/web/testsetup.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/testsetup.php?rev=1640414&r1=1640413&r2=1640414&view=diff
==============================================================================
--- vcl/trunk/web/testsetup.php (original)
+++ vcl/trunk/web/testsetup.php Tue Nov 18 19:43:10 2014
@@ -446,7 +446,7 @@ if(is_dir('./dojo')) {
 		fail("dojo directory is not readable. Check permissions on this directory");
 }
 else
-	fail("dojo directory does not exist. Download and install Dojo Toolkit 1.5.0");
+	fail("dojo directory does not exist. Download and install Dojo Toolkit 1.6.2");
 print "</ul>\n";