CC-5651: Unit Test the Scheduler
Fixed linked show test
This commit is contained in:
parent
d6aabfdc88
commit
6da493110f
2 changed files with 2 additions and 3 deletions
|
@ -444,7 +444,6 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Test unlinking a show **/
|
/** 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_id"] = 1;
|
||||||
$data["add_show_linked"] = 0;
|
$data["add_show_linked"] = 0;
|
||||||
$showService = new Application_Service_ShowService(null, $data, true);
|
$showService = new Application_Service_ShowService(null, $data, true);
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
<value></value>
|
<value></value>
|
||||||
<null />
|
<null />
|
||||||
<null />
|
<null />
|
||||||
<null />
|
<value></value>
|
||||||
<null />
|
<value></value>
|
||||||
</row>
|
</row>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue