Created attachment 61195 [details] [review] Bug 18290 - Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :) Mojolicious no longer returns Mojo::JSON::Bool-objects but JSON::PP instead. Which might be pretty smart.
The Mojolicious team tends to do a lot of smart things.
Tests pass for me, when will we need this patch?
(In reply to Jonathan Druart from comment #3) > Tests pass for me, when will we need this patch? With bug 18137 (or higher Mojolicious versions I suspect).
Created attachment 66370 [details] [review] Bug 18290: Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :) Mojolicious 7.21 onwards, no longer returns Mojo::JSON::Bool-objects but JSON::PP instead. Which might be pretty smart. This version is required by bug 18137 and so this patch for the tests is needed. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Tested along with 18137 and its dependencies (libs).
@RM: I think this tests fix can skip QA. Please revert to SO if you think another pair of eyes are needed.
Pushed to master for 17.11, thanks to everybody involved!
Depends on Bug 18137 that is not in 17.05.x