From 73130f02e5fdcd33d705d7657e13f456a7fec8cc Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 18 Dec 2013 16:11:03 -0500 Subject: [PATCH] CC-5651: Unit Test the Scheduler Added xml cc_show seed file and cc_show creation test file --- .../files/cc_show_insertIntoAssertion.xml | 33 +++++++++++++++++++ .../application/models/files/cc_show_seed.xml | 18 ++++++++++ 2 files changed, 51 insertions(+) diff --git a/airtime_mvc/tests/application/models/files/cc_show_insertIntoAssertion.xml b/airtime_mvc/tests/application/models/files/cc_show_insertIntoAssertion.xml index e69de29bb..97e2cc5ce 100644 --- a/airtime_mvc/tests/application/models/files/cc_show_insertIntoAssertion.xml +++ b/airtime_mvc/tests/application/models/files/cc_show_insertIntoAssertion.xml @@ -0,0 +1,33 @@ + + + + id + name + url + genre + description + color + background_color + live_stream_using_airtime_auth + live_stream_using_custom_auth + live_stream_user + live_stream_pass + linked + is_linkable + + 1 + test show + + + + ffffff + 364492 + false + false + + + false + true + +
+
\ No newline at end of file diff --git a/airtime_mvc/tests/application/models/files/cc_show_seed.xml b/airtime_mvc/tests/application/models/files/cc_show_seed.xml index e69de29bb..2bef820ad 100644 --- a/airtime_mvc/tests/application/models/files/cc_show_seed.xml +++ b/airtime_mvc/tests/application/models/files/cc_show_seed.xml @@ -0,0 +1,18 @@ + + + + id + name + url + genre + description + color + background_color + live_stream_using_airtime_auth + live_stream_using_custom_auth + live_stream_user + live_stream_pass + linked + is_linkable +
+
\ No newline at end of file