From 8a22af660b1a98030aadf6a9906f9465a6577198 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 12 Apr 2010 10:41:43 -0400 Subject: [PATCH] These should pass now --- framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php index a8d7c0579..acd7d645a 100644 --- a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php +++ b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php @@ -83,8 +83,6 @@ class Horde_ActiveSync_HordeDriverTest extends Horde_Test_Case */ public function testGetMessage() { - //$this->marktestIncomplete('Currently failing - please fix!'); - require_once 'Horde/ActiveSync.php'; $contact = array( @@ -173,8 +171,6 @@ class Horde_ActiveSync_HordeDriverTest extends Horde_Test_Case */ public function testStreamerUTF8() { - //$this->marktestIncomplete('Currently failing - please fix!'); - // Need to init the Nls system if (version_compare(PHP_VERSION, '5.3.0', '>=')) { error_reporting(E_ALL & ~E_DEPRECATED); @@ -212,9 +208,6 @@ class Horde_ActiveSync_HordeDriverTest extends Horde_Test_Case */ public function testChangeMessage() { - // - //$this->marktestIncomplete('Currently failing - please fix!'); - // fixtures $message = new Horde_ActiveSync_Message_Contact(); $message->fileas = 'Michael Joseph Rubinsky'; -- 2.11.0