Bug 18290: Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :)
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Fri, 17 Mar 2017 06:09:05 +0000 (08:09 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Sep 2017 14:27:06 +0000 (11:27 -0300)
commit256c66752f2817892b03938edb375b234a616fcd
tree13629233c1fdb3b744e17db9b8a5d9c03179a636
parent2bf98402a2d98461b638a584413184b57beaee17
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).

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/Object.t