adjust 20-hold-targeter.t to the "new normal"
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 23 Jan 2018 16:52:59 +0000 (11:52 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Tue, 23 Jan 2018 16:52:59 +0000 (11:52 -0500)
First failure happened here:
http://testing.evergreen-ils.org/~live/archive/2018-01/2018-01-11_04:00:02/

Long term we need a better way to distribute concerto test assets

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/src/perlmods/live_t/20-hold-targeter.t

index d04b384..8e5b3e6 100644 (file)
@@ -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.