]> git.koha-community.org Git - koha.git/commit
Bug 24147: Don't assume search_related will return ordered values
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 12:32:43 +0000 (14:32 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 4 Sep 2020 21:51:14 +0000 (21:51 +0000)
commite550f25a013f43bec8c2ee1694541dafd2a84a85
tree7a692058e87daee598e50fe920d09872dfe5f1db
parent81fd27153a26154da576eaaba7274968b36f1a3f
Bug 24147: Don't assume search_related will return ordered values

This test is failing randomly because it assume the order is always the
same. But it's not.

Note: Koha::Objects->search_related is never used , last use removed from
  commit 9aa724cdf29a57bc91e42b240b5bcd19e3814ada
  Bug 19599: Speed anonymise_issue_history up
We should keep it however IMO

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit e10dc503289e8d7e8c742af0111acb79d4d53111)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Koha/Objects.t