]> git.koha-community.org Git - koha.git/commit
Bug 27680: (QA follow-up) Update test for dbic_merge_sorting
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 2 Mar 2021 08:56:14 +0000 (08:56 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 5 Mar 2021 21:32:24 +0000 (21:32 +0000)
commit42b1b1cd2beb4cf6ecc47831f68e8b6f1d9d3b78
tree1a4d6c16b4d71983ea45445c54afa943c25689b3
parent01701a2389c4a5593cc7b09a6c6012c8ab30ec1f
Bug 27680: (QA follow-up) Update test for dbic_merge_sorting

The order_by handling will now always return an arrayref of ordering
hashrefs even when only one ordering hash is present. This is
interpreted by dbic as equivilent so I just update the test to pass
here.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 96aa6877ae39c987214e46d00c70c76591da0174)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit c4ce9c97007f66687097afc729f257e0836b5ca0)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
t/Koha/REST/Plugin/Query.t