From 3b9ceca72496b861ea1ff74b497989aab0774893 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 13 Apr 2010 10:37:31 -0400 Subject: [PATCH] Don't log to the AS log when running tests --- framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php index 52ca48b88..d7bf5cc03 100644 --- a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php +++ b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php @@ -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() -- 2.11.0