CC-5651: Unit Test the Scheduler

Fixed linked show test
This commit is contained in:
drigato 2014-01-27 12:23:46 -05:00
parent d6aabfdc88
commit 6da493110f
2 changed files with 2 additions and 3 deletions

View file

@ -444,7 +444,6 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase
);
/** Test unlinking a show **/
// TODO: find out why linked and is_linkable columns are getting set to NULL
$data["add_show_id"] = 1;
$data["add_show_linked"] = 0;
$showService = new Application_Service_ShowService(null, $data, true);