From: Gunnar Wrobel Date: Tue, 14 Apr 2009 08:07:36 +0000 (+0200) Subject: Unnecessary test routine. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=76c871ce9aaa3cfc2606d99bdbe7cf307d77a0d4;p=horde.git Unnecessary test routine. --- diff --git a/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php b/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php index 843c6a0ae..2f3aba98d 100644 --- a/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php +++ b/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php @@ -102,22 +102,6 @@ class Horde_Kolab_Server_KolabinetorgpersonTest extends Horde_Kolab_Test_Server } /** - * Test handling simple attributes. - * - * @dataProvider provideServers - * - * @return NULL - */ - public function testSimpleAttributes($server) - { - $person = $this->assertAdd($server, $this->objects[0], - array(Horde_Kolab_Server_Object_Kolabinetorgperson::ATTRIBUTE_SID => '')); - $this->assertSimpleAttributes($person, $server, - array( - )); - } - - /** * Test handling easy attributes. * * @dataProvider provideServers