projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abc681
)
Fix Perl live test: 20-hold-targeter.t.
rel_3_0
author
Jason Stephenson
<jason@sigio.com>
Wed, 17 Oct 2018 13:09:13 +0000
(09:09 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Wed, 17 Oct 2018 13:10:18 +0000
(09:10 -0400)
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 <jason@sigio.com>
Open-ILS/src/perlmods/live_t/20-hold-targeter.t
patch
|
blob
|
history
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
d04b384
..
8e5b3e6
100644
(file)
--- 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.