From: Jason Stephenson Date: Wed, 17 Oct 2018 13:09:13 +0000 (-0400) Subject: Fix Perl live test: 20-hold-targeter.t. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Frel_3_0;p=Evergreen.git Fix Perl live test: 20-hold-targeter.t. It was expecting 31 copies on hold 263 and there are only 24. This test was fixed in master but never backported. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t index d04b384021..8e5b3e6e50 100644 --- a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t +++ b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t @@ -97,7 +97,7 @@ $maps = $e->search_action_hold_copy_map([ } ]); -is(scalar(@$maps), 31, "Hold $hold_id has 31 mapped potential copies"); +is(scalar(@$maps), 24, "Hold $hold_id has 24 mapped potential copies"); # Only 1 bib record (42) links to metarecord 42. It also satisfies the # holdable_format criteria.