From: Michael M Slusarz Date: Wed, 13 Jan 2010 06:48:01 +0000 (-0700) Subject: This library can be autoloaded X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c1aa98bf3d998a4632023511805899b7b1548608;p=horde.git This library can be autoloaded --- diff --git a/imp/lib/Test.php b/imp/lib/Test.php index 227b05510..28b71151f 100644 --- a/imp/lib/Test.php +++ b/imp/lib/Test.php @@ -38,7 +38,6 @@ class IMP_Test extends Horde_Test */ protected $_pearList = array( 'Auth_SASL' => array( - 'path' => 'Auth/SASL.php', 'error' => 'If your IMAP server uses CRAM-MD5 or DIGEST-MD5 authentication, this module is required.' ) );