CC-5651: Unit Test the Scheduler

Added test for deleting repeating show instances
This commit is contained in:
drigato 2014-01-14 14:16:37 -05:00
parent a658dbf27c
commit 0b4ae6b94d
7 changed files with 382 additions and 4 deletions

View file

@ -1408,7 +1408,6 @@ SQL;
*/
public function setCcShow($showData)
{
Logging::info($showData);
if (!$this->isUpdate) {
$ccShow = new CcShow();
} else {