From aeb5f02162f4411ce1f34ef2b7c35396c76252a7 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 21 Sep 2009 00:11:48 -0400 Subject: [PATCH] fix path --- framework/Http/test/Horde/Http/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Http/test/Horde/Http/AllTests.php b/framework/Http/test/Horde/Http/AllTests.php index a49c7b815..aba389695 100644 --- a/framework/Http/test/Horde/Http/AllTests.php +++ b/framework/Http/test/Horde/Http/AllTests.php @@ -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";')); } -- 2.11.0