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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 2 Sep 2020 10:14:22 +0000 (12:14 +0200)
commite10dc503289e8d7e8c742af0111acb79d4d53111
tree3226e3715a3aa425fe4dee251781a2cb53a7c940
parent2a0ccf7af26236db9a3e40968cf8f43bc308f142
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>
t/db_dependent/Koha/Objects.t