CC-5593: Overlapping Show Bug
Added tests for checking if shows overlap
This commit is contained in:
parent
fc4dfd5cb0
commit
ca09ad2896
6 changed files with 566 additions and 1 deletions
|
@ -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")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue