Bug 18293 - REST API tests. fix dateformat change regression in tests
Summary: REST API tests. fix dateformat change regression in tests
Status: RESOLVED DUPLICATE of bug 18330
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Lari Taskula
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 07:45 UTC by Olli-Antti Kivilahti
Modified: 2020-01-13 11:50 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 18293 - REST API tests. fix dateformat change regression in tests (1.51 KB, patch)
2017-03-17 07:47 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Olli-Antti Kivilahti 2017-03-17 07:45:04 UTC

    
Comment 1 Olli-Antti Kivilahti 2017-03-17 07:47:32 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.
Comment 2 Katrin Fischer 2020-01-11 23:09:30 UTC
Can this be closed?
Comment 3 Tomás Cohen Arazi 2020-01-13 11:50:08 UTC
When we introduced Koha::Object(s)::TO_JSON, Lari added date handling there as well, on bug 18330. So I think this is a solved.

*** This bug has been marked as a duplicate of bug 18330 ***