This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/date/tests
2017-08-08 12:14:45 +02:00
..
date.test Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
date_api.test Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
date_repeat.test Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
README.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
rrule.ics Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
USHolidays.ics Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
Yahoo.csv Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00

The tests here were written for an older version of simpletest and
still need to be updated to work with the current version.

This folder includes files that can be used to test imports of date information.
To test them, set up FeedAPI and the Feed Element Mapper with Parser iCal
or Parser CVS and import these files into a date field.

- rrule.ics: 
  Creates repeating dates using a wide variety of RRULEs.

- Yahoo.csv: 
  This file uses the csv export format from Yahoo Calendar, similar to the 
  format created by Outlook's csv export. The sample contains both timed
  and untimed 'All day' events.

- USHolidays.ics:
  An ical export of US Holidays in the 'All day' format used by
  Microsoft and Apple (where the Start date is the date of the event
  and the End date is the following day).