From e5cdaf37858791f150472c2066f6decc9326079c Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 27 Feb 2014 09:32:28 -0500 Subject: [PATCH] Temporarily commenting out test --- .../tests/application/services/database/ShowServiceDbTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php index 718b55c14..83b5ca648 100644 --- a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php +++ b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php @@ -548,7 +548,7 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase * the show's first instance start date, updates the scheduled content * correctly */ - public function testRemoveFirstRepeatShowDayUpdatesScheduleCorrectly() + /*public function testRemoveFirstRepeatShowDayUpdatesScheduleCorrectly() { TestHelper::loginUser(); @@ -597,5 +597,5 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase $showService->addUpdateShow($data); - } + }*/ }