CC-5593: Overlapping Show Bug

Added tests for checking if shows overlap
This commit is contained in:
drigato 2014-01-23 17:06:27 -05:00
parent fc4dfd5cb0
commit ca09ad2896
6 changed files with 566 additions and 1 deletions

View file

@ -61,7 +61,7 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase
public function getDataSet()
{
$xml_dataset = $this->createXmlDataSet(
dirname(__FILE__) . '/datasets/cc_show_seed.xml'
dirname(__FILE__) . '/datasets/seed_show_service.xml'
);
/*$xml_dataset_fixed = new PHPUnit_Extensions_Database_DataSet_ReplacementDataSet(
$xml_dataset, array('SIX_WEEKS' => $this->_nowDT->add(new DateInterval("P42D"))->format("Y-m-d H:i:s")));