projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf67ca
)
fix path
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 21 Sep 2009 04:11:48 +0000
(
00:11
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 21 Sep 2009 04:11:48 +0000
(
00:11
-0400)
framework/Http/test/Horde/Http/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/Http/test/Horde/Http/AllTests.php
b/framework/Http/test/Horde/Http/AllTests.php
index
a49c7b8
..
aba3896
100644
(file)
--- 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";'));
}