diff --git a/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.yml b/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.yml index 998df9bac..1262edf21 100644 --- a/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.yml +++ b/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php index f5b507488..cea84434f 100644 --- a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php +++ b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php @@ -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); diff --git a/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.yml b/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.yml index acb06e167..f8febec14 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.yml @@ -16,3 +16,4 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false diff --git a/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.yml b/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.yml index a7a49a0f8..653735f43 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '2' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.yml index 70f3bd368..9d9b152c1 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.yml index 985642608..d215b40d7 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.yml index 26924e2a3..5aaa9417a 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.yml index 376da3b25..5d7b10f43 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.yml index e76276884..029eb78de 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.yml index 9a9f33d2e..05ddeec2d 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.yml index b3f596120..8490ed56e 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.yml index 5a1380dad..bffa9fe5f 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.yml index c3ea3d927..ebcf284eb 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.yml index 6a3f13ffa..a7a48b8f2 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.yml b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.yml index 3fb9e0b2a..d55a468e5 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.yml b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.yml index 6efb5d8d4..20e4ae2f0 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.yml b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.yml index 8308e9686..21005aabe 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.yml b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.yml index dae0535a8..8b41176e6 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.yml b/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.yml index a7a49a0f8..653735f43 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '2' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.yml b/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.yml index b910fb9af..88ccf868f 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.yml b/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.yml index 73aa8d7bc..a3ebb56f4 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '1' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.yml b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.yml index 67c42db42..ee630e54c 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '2' diff --git a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.yml b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.yml index ceaa14218..619f172e3 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.yml +++ b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.yml @@ -16,6 +16,7 @@ cc_show: image_path: '' has_autoplaylist: false autoplaylist_id: null + autoplaylist_repeat: false cc_show_days: - id: '2'