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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 9 Sep 2020 10:16:31 +0000 (22:16 +1200)
commitc9d3eb03ba00df3aaca623a2ec2e332878460810
tree851068e126c785d7d4a79b078d5ed31057ea0a4b
parent4eb56562a5fda5abeeda67e1873c69d6b55e5fcc
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>
(cherry picked from commit e550f25a013f43bec8c2ee1694541dafd2a84a85)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
t/db_dependent/Koha/Objects.t