fix path
authorChuck Hagenbuch <chuck@horde.org>
Mon, 21 Sep 2009 04:11:48 +0000 (00:11 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 21 Sep 2009 04:11:48 +0000 (00:11 -0400)
framework/Http/test/Horde/Http/AllTests.php

index a49c7b8..aba3896 100644 (file)
@@ -23,7 +23,7 @@ class Horde_Http_AllTests {
 
     public static function suite()
     {
-        set_include_path(dirname(__FILE__) . '/../../../../lib' . PATH_SEPARATOR . get_include_path());
+        set_include_path(dirname(__FILE__) . '/../../../lib' . PATH_SEPARATOR . get_include_path());
         if (!spl_autoload_functions()) {
             spl_autoload_register(create_function('$class', '$filename = str_replace(array(\'::\', \'_\'), \'/\', $class); include "$filename.php";'));
         }