From e2689d7fa09704b1705100998e983428a9d1a98e Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 28 Oct 2009 22:58:54 +0100 Subject: [PATCH] Fix path. --- .../Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0