Needs work
Project:
Feed Element Mapper
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Aug 2009 at 15:24 UTC
Updated:
19 Aug 2009 at 13:47 UTC
Jump to comment: Most recent file
The current tests only test really limited part of the date mapper.
It only utilizes one field with only a start timestamp.
Other things to test:
date in textual representation
start date - end date
date only, time only, date+time fields
all-day events
timezone mapping
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 552480_better_date_test.patch | 4.02 KB | aron novak |
Comments
Comment #1
aron novakPatch for extended date mapper test.
Now it maps:
- timestamp to start_stamp
- textual date to start_date
To do:
- include a feed with multiple dates, so test end_stamp and end_date as well
Comment #2
aron novakI improved the date mapper a little bit while writing the test above: #553566: More flexible date handling in date mapper.
Please apply that patch before trying the test.