From 239aae029e371592def9f5568036440ea0956c3c Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 22 Jan 2015 17:30:29 -0500 Subject: [PATCH] Added image_path to unit tests. --- .../models/database/datasets/test_checkOverlappingShows.xml | 4 +++- .../database/datasets/test_ccShowInsertedIntoDatabase.xml | 4 +++- .../datasets/test_changeRepeatDayUpdatesScheduleCorrectly.xml | 4 +++- .../datasets/test_createBiWeeklyRepeatNoEndNoRRShow.xml | 4 +++- .../services/database/datasets/test_createLinkedShow.xml | 4 +++- .../datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.xml | 4 +++- .../datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.xml | 4 +++- .../database/datasets/test_createNoRepeatNoRRShow.xml | 4 +++- .../services/database/datasets/test_createNoRepeatRRShow.xml | 4 +++- .../datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.xml | 4 +++- .../datasets/test_createTriWeeklyRepeatNoEndNoRRShow.xml | 4 +++- .../datasets/test_createWeeklyRepeatNoEndNoRRShow.xml | 4 +++- .../database/datasets/test_createWeeklyRepeatRRShow.xml | 4 +++- .../services/database/datasets/test_deleteShowInstance.xml | 4 +++- .../datasets/test_deleteShowInstanceAndAllFollowing.xml | 4 +++- .../datasets/test_editRepeatingShowChangeNoEndOption.xml | 4 +++- .../database/datasets/test_editRepeatingShowInstance.xml | 4 +++- .../test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.xml | 4 +++- .../test_repeatShowCreationWhenUserMovesForwardInCalendar.xml | 4 +++- .../services/database/datasets/test_unlinkLinkedShow.xml | 4 +++- .../services/database/datasets/test_weeklyToBiWeekly.xml | 4 +++- .../services/database/datasets/test_weeklyToNoRepeat.xml | 4 +++- 22 files changed, 66 insertions(+), 22 deletions(-) diff --git a/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.xml b/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.xml index a3b746711..c188785f1 100644 --- a/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.xml +++ b/airtime_mvc/tests/application/models/database/datasets/test_checkOverlappingShows.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -338,4 +340,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.xml b/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.xml index d790f8985..63d708773 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_ccShowInsertedIntoDatabase.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + - \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.xml b/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.xml index 3de4e16d9..3534b110f 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_changeRepeatDayUpdatesScheduleCorrectly.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 1 + @@ -134,4 +136,4 @@ 1 - \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.xml index 7432957b5..9f538785c 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createBiWeeklyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -104,4 +106,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.xml index 871729009..04d650680 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createLinkedShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 1 + @@ -134,4 +136,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.xml index b2140cdfd..3b4a2af2f 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyMonthlyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -94,4 +96,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.xml index 69b6a471e..57d8453b1 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createMonthlyWeeklyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -94,4 +96,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.xml index dc49416a0..112bb8f07 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -84,4 +86,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.xml index d58ada9f5..32ba5b63e 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createNoRepeatRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -248,4 +250,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.xml index 854af10eb..4b820e959 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createQuadWeeklyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -94,4 +96,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.xml index 2eb7e2b75..c14e4550d 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createTriWeeklyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -94,4 +96,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.xml index b6a7c709b..197f3b635 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatNoEndNoRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -134,4 +136,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.xml index b29bb7388..517a687fe 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_createWeeklyRepeatRRShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -270,4 +272,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.xml b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.xml index 108680979..84b85c245 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstance.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -134,4 +136,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.xml b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.xml index cdf4f2e37..dfbe6f1ac 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_deleteShowInstanceAndAllFollowing.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -260,4 +262,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.xml b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.xml index 20c281c17..e4923004d 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowChangeNoEndOption.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -94,4 +96,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.xml b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.xml index 860e77eaa..a780eebe8 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_editRepeatingShowInstance.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -157,4 +159,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.xml b/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.xml index 3de4e16d9..3534b110f 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_removeFirstRepeatShowDayUpdatesScheduleCorrectly.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 1 + @@ -134,4 +136,4 @@ 1 - \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.xml b/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.xml index d5f6ea36d..12be75eb6 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_repeatShowCreationWhenUserMovesForwardInCalendar.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -134,4 +136,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.xml b/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.xml index 27551bbc7..f279c0a23 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_unlinkLinkedShow.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ + @@ -134,4 +136,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.xml b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.xml index 9e65db067..5270b7acb 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToBiWeekly.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -104,4 +106,4 @@
- \ No newline at end of file + diff --git a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.xml b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.xml index d1522d546..1076542fb 100644 --- a/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.xml +++ b/airtime_mvc/tests/application/services/database/datasets/test_weeklyToNoRepeat.xml @@ -14,6 +14,7 @@ live_stream_pass linked is_linkable + image_path 1 test show @@ -28,6 +29,7 @@ 1 + @@ -84,4 +86,4 @@
- \ No newline at end of file +