diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-02-21 08:06:02 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-02-21 08:06:02 (GMT) |
commit | 2b56ccf826c5e352b47cea2bf190c3852a2caa8f (patch) | |
tree | 95e52ff6dc27cb931a09100c064a450173b4517c /test | |
parent | 1c336bcceb0634b7e53d30e06a2d0adb30cdbf42 (diff) | |
download | kolab-webadmin-2b56ccf826c5e352b47cea2bf190c3852a2caa8f.tar.gz |
Correct path.
Diffstat (limited to 'test')
-rw-r--r-- | test/KolabAdmin/Unit/BaseTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/KolabAdmin/Unit/BaseTest.php b/test/KolabAdmin/Unit/BaseTest.php index 6cc7ea0..4b36d55 100644 --- a/test/KolabAdmin/Unit/BaseTest.php +++ b/test/KolabAdmin/Unit/BaseTest.php @@ -14,7 +14,7 @@ /** * Require the tested classes. */ -require_once dirname(__FILE__) . '/../../../php/admin/include/KolabLDAP.php'; +require_once dirname(__FILE__) . '/../../../lib/KolabAdmin/Ldap.php'; /** * Test the webadmin code. |