CC-5718: Show content can get scheduled in instances that are in the past

Disabled scheduled content into instances that have already played out
Removed setting the show's start date to the first repeating instance's start date
because we already fixed that in CC-5697
This commit is contained in:
drigato 2014-03-05 13:12:27 -05:00
parent 7660e0cd84
commit ebc68b980c
3 changed files with 13 additions and 11 deletions

View file

@ -22,7 +22,7 @@ class ScheduleUnitTest extends Zend_Test_PHPUnit_ControllerTestCase //PHPUnit_Fr
}
public function testIsFileScheduledInTheFuture()
/*public function testIsFileScheduledInTheFuture()
{
TestHelper::loginUser();
$CC_CONFIG = Config::getConfig();
@ -92,6 +92,6 @@ class ScheduleUnitTest extends Zend_Test_PHPUnit_ControllerTestCase //PHPUnit_Fr
//Test the function we actually want to test. :-)
$this->assertEquals($scheduleModel->IsFileScheduledInTheFuture($fileId), true);
}
}*/
}