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
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" ?>
|
||||
<dataset>
|
||||
<table name="cc_pref">
|
||||
<column>id</column>
|
||||
<column>subjid</column>
|
||||
<column>keystr</column>
|
||||
<column>valstr</column>
|
||||
<row>
|
||||
<value>1</value>
|
||||
<null />
|
||||
<value>shows_populated_until</value>
|
||||
<value>2014-02-01 00:00:00</value>
|
||||
</row>
|
||||
<row>
|
||||
<value>2</value>
|
||||
<null />
|
||||
<value>timezone</value>
|
||||
<value>UTC</value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Loading…
Add table
Add a link
Reference in a new issue