summaryrefslogtreecommitdiff
path: root/tests/date-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
| | | | We prefer spaces now instead of tabs.
* Replace SoupDate with GDateTimePatrick Griffis2020-09-191-141/+36
|
* SoupDate: Move from GTimeVal to glibc APIs in soup_date_to_time_t()Claudio Saavedra2019-08-211-0/+2
| | | | | | | | | | | GTimeVal is deprecated, so let's stop using it. Also add a test for soup_date_to_time_t() which was missing. The fixes in this change use time_t-specific APIs from libc only. As such, they are not necessarily Y2038-safe depending on the architecture. time_t is not safe anyway so there's no point in trying to be. This method will be deprecated in the next release cycle anyway.
* Compile the unit testsTomas Popela2018-04-111-0/+410
Also rename some tests to be consistent with the names.