Broke unit test for adding content to single show

This commit is contained in:
drigato 2014-03-05 14:50:35 -05:00
parent 426b75b635
commit bcda9ea5e6
2 changed files with 5 additions and 6 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);
}*/
}
}