modifying the test database files to include autoplaylist_repeat column

This commit is contained in:
Robb Ebright 2017-03-31 12:11:38 -04:00
parent 1ff48a32cd
commit 8bd93e3f6d
23 changed files with 24 additions and 1 deletions

View file

@ -68,7 +68,8 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase
"custom_password" => null,
"add_show_linked" => false,
"add_show_has_autoplaylist" => 0,
"add_show_autoplaylist_id" => null
"add_show_autoplaylist_id" => null,
"add_show_autoplaylist_repeat" => 0
);
$showService->setCcShow($data);