Don't log to the AS log when running tests
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 13 Apr 2010 14:37:31 +0000 (10:37 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 13 Apr 2010 14:37:31 +0000 (10:37 -0400)
framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php

index 52ca48b..d7bf5cc 100644 (file)
@@ -170,6 +170,15 @@ class Horde_ActiveSync_HordeDriverTest extends Horde_Test_Case
     }
 
     /**
+     * Test that the driver calls the correct api method for the provided
+     * message type to delete.
+     */
+    public function testDeleteMessage()
+    {
+        $this->markTestIncomplete();
+    }
+
+    /**
      * Test return structure of GetFolderList command
      */
     public function testGetFolderList()