]> git.koha-community.org Git - koha.git/commit
Bug 30447: Unit tests
authorMichal Urban <michalurban177@gmail.com>
Wed, 15 Jun 2022 08:04:37 +0000 (04:04 -0400)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Fri, 26 Aug 2022 13:08:36 +0000 (15:08 +0200)
commit79719d61f54d088b536d7a0b9cf791b202a00249
tree81260f9402cbc3f08de7580673d57fa22acca101
parentcaea8b048d4b74a5156f86421e9f05678a865267
Bug 30447: Unit tests

Added tests to ensure that Koha::Holds->get_items_that_can_fill returns items with datecancelled and datearrived
Added test for correct number of items for each call of "get_items_that_fill"

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit b4a9edc83f72b9740cd59bd5c842855cd65e19cc)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 2dfd3b05e74d5a7641bf93b021b437427fb8d86b)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/db_dependent/Holds.t