summaryrefslogtreecommitdiffstats
path: root/tests/Data_getData/RecurringBigLength
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Data_getData/RecurringBigLength')
-rw-r--r--tests/Data_getData/RecurringBigLength/source.json8
-rw-r--r--tests/Data_getData/RecurringBigLength/target.json3
2 files changed, 11 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
diff --git a/tests/Data_getData/RecurringBigLength/target.json b/tests/Data_getData/RecurringBigLength/target.json
new file mode 100644
index 0000000..9b8ae2b
--- /dev/null
+++ b/tests/Data_getData/RecurringBigLength/target.json
@@ -0,0 +1,3 @@
+{
+ "data": [{"start_date":"2016-08-11 11:40:00","end_date":"2016-08-13 10:40:00","event_pid":"0","text":"not working","id":"105","type":"1","rec_type":"day_1___#3","event_length":"169200"},{"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"}]
+} \ No newline at end of file