Bug 18293

Summary: REST API tests. fix dateformat change regression in tests
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: REST APIAssignee: Lari Taskula <lari.taskula>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, katrin.fischer, tomascohen
Version: Main   
Hardware: All   
OS: All   
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

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 ***