Summary: | REST API tests. fix dateformat change regression in tests | ||
---|---|---|---|
Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Component: | REST API | Assignee: | Lari Taskula <lari.taskula> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 18293 - REST API tests. fix dateformat change regression in tests |
Description
Olli-Antti Kivilahti
2017-03-17 07:45:04 UTC
Created attachment 61198 [details] [review] Bug 18293 - REST API tests. fix dateformat change regression in tests # got: '2017-03-27T00:00:00+03:00' # expected: '2017-03-27 00:00:00' Lax ISO8601 is not hip anymore. Now we roll wid dem big boyz! P.S. All datetimes in REST TESTS need fixing. Can this be closed? |