From: Gunnar Wrobel Date: Wed, 28 Oct 2009 21:58:54 +0000 (+0100) Subject: Fix path. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e2689d7fa09704b1705100998e983428a9d1a98e;p=horde.git Fix path. --- diff --git a/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php b/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php index f56009ee6..a29c8b0cf 100644 --- a/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php +++ b/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php @@ -14,7 +14,7 @@ /** * Prepare the test setup. */ -require_once dirname(__FILE__) . '/Autoload.php'; +require_once dirname(__FILE__) . '/../Autoload.php'; /** * Test the Kolab session handler.