diff options
author | sten <stenmarsh938@gmail.com> | 2016-03-18 13:15:22 +0300 |
---|---|---|
committer | sten <stenmarsh938@gmail.com> | 2016-03-18 13:15:22 +0300 |
commit | 112a8e3171f4e2d10ee35b5d40fe7510b8c8716d (patch) | |
tree | 75166654ba46699c967f05afde790fc535b97f83 /tests | |
parent | 0a704736feb8d288d7ac86e383a903fb50e05c18 (diff) | |
download | scheduler-helper-php-112a8e3171f4e2d10ee35b5d40fe7510b8c8716d.zip scheduler-helper-php-112a8e3171f4e2d10ee35b5d40fe7510b8c8716d.tar.gz scheduler-helper-php-112a8e3171f4e2d10ee35b5d40fe7510b8c8716d.tar.bz2 |
Update delete test data.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Data_deleteById/CommonEvents/source.json | 91 |
1 files changed, 82 insertions, 9 deletions
diff --git a/tests/Data_deleteById/CommonEvents/source.json b/tests/Data_deleteById/CommonEvents/source.json index 17ea4cf..2751ca6 100644 --- a/tests/Data_deleteById/CommonEvents/source.json +++ b/tests/Data_deleteById/CommonEvents/source.json @@ -1,20 +1,81 @@ { "insert_data": [ { + "start_date": "2016-05-04 10:00:00", + "end_date": "2016-05-04 15:00:00", + "text": "Test event 1", "id": "1", - "start_date": "2015-02-04 11:00:00", - "end_date": "2015-02-04 19:30:00", - "text": "Event X1", + "event_pid": "", + "event_length": "", + "rec_pattern": "", "rec_type": "", - "event_length": "" + "!nativeeditor_status": "" }, { + "start_date": "2016-05-10 00:00:00", + "end_date": "2016-05-18 00:00:00", + "text": "Test event 2", "id": "2", - "start_date": "2020-07-09 11:00:00", - "end_date": "2020-07-09 19:20:00", - "text": "Event X2", - "rec_type": "day_1___#3", - "event_length": "600" + "event_pid": "", + "event_length": "300", + "rec_pattern": "day_2___", + "rec_type": "day_2___#4", + "!nativeeditor_status": "" + }, + { + "start_date": "2016-05-03 22:40:00", + "end_date": "9999-02-01 00:00:00", + "text": "Test Event 3", + "id": "3", + "event_pid": "", + "event_length": "3600", + "rec_pattern": "week_2___0,2,6", + "rec_type": "week_2___0,2,6#no", + "!nativeeditor_status": "" + }, + { + "start_date": "2016-05-02 00:00:00", + "end_date": "9999-02-01 00:00:00", + "text": "Test Event 4", + "id": "4", + "event_pid": "", + "event_length": "300", + "rec_pattern": "month_1___", + "rec_type": "month_1___#no", + "!nativeeditor_status": "" + }, + { + "start_date": "2016-05-09 00:00:00", + "end_date": "9999-02-01 00:00:00", + "text": "Test Event 5", + "id": "5", + "event_pid": "", + "event_length": "300", + "rec_pattern": "month_1_5_4_", + "rec_type": "month_1_5_4_#no", + "!nativeeditor_status": "" + }, + { + "start_date": "2016-03-08 00:00:00", + "end_date": "9999-02-01 00:00:00", + "text": "Test Event 6", + "id": "6", + "event_pid": "", + "event_length": "300", + "rec_pattern": "year_1___", + "rec_type": "year_1___#no", + "!nativeeditor_status": "" + }, + { + "start_date": "2016-04-01 00:00:00", + "end_date": "9999-02-01 00:00:00", + "text": "Test Event 6", + "id": "7", + "event_pid": "", + "event_length": "300", + "rec_pattern": "year_1_5_4_", + "rec_type": "year_1_5_4_#no", + "!nativeeditor_status": "" } ], "data": [ @@ -23,6 +84,18 @@ }, { "id": 2 + }, + { + "id": 3 + }, + { + "id": 4 + }, + { + "id": 5 + }, + { + "id": 6 } ] }
\ No newline at end of file |