From: Gunnar Wrobel
Date: Mon, 2 Nov 2009 16:19:46 +0000 (+0100) Subject: Obsolete X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab0351929b00ef142fc097b8dbc3d616fb2f4f9f;p=horde.git Obsolete --- 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 a29c8b0cf..6166e8c08 100644 --- a/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php +++ b/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php @@ -76,9 +76,6 @@ class Horde_Kolab_Session_Integration_SessionTest extends Horde_Kolab_Session_Se $session = new Horde_Kolab_Session(); $params = $session->getImapParams(); - if (is_a($params, 'PEAR_Error')) { - $this->assertEquals('', $params->getMessage()); - } $this->assertEquals('example.com', $params['hostspec']); $this->assertEquals(200, $params['port']); }