Unnecessary test routine.
authorGunnar Wrobel <p@rdus.de>
Tue, 14 Apr 2009 08:07:36 +0000 (10:07 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 14 Apr 2009 17:21:17 +0000 (19:21 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php

index 843c6a0..2f3aba9 100644 (file)
@@ -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