diff options
Diffstat (limited to 'tests/Data_getData/RecurringBigLength/source.json')
-rw-r--r-- | tests/Data_getData/RecurringBigLength/source.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Data_getData/RecurringBigLength/source.json b/tests/Data_getData/RecurringBigLength/source.json new file mode 100644 index 0000000..046c10b --- /dev/null +++ b/tests/Data_getData/RecurringBigLength/source.json @@ -0,0 +1,8 @@ +{ + "settings": { + "start_date": "2016-08-12 17:55:00", + "end_date": "2016-08-15 23:59:59" + }, + "data":[{ "id": "105", "start_date": "2016-08-09 11:40:00", "end_date": "2016-08-12 11:40:00", "text": "not working", "rec_type": "day_1___#3", "event_pid": "0", "event_length": "169200", "type": "1", "rec_pattern": "day_1___"}, + { "id": "106", "start_date": "2016-08-09 11:20:00", "end_date": "2016-08-13 10:40:00", "text": "this works", "rec_type": "", "event_pid": "", "event_length": "", "type": "1", "rec_pattern": ""}] +}
\ No newline at end of file |