Comment 24 for bug 1596595

Revision history for this message
Chris Sharp (chrissharp123) wrote :

Since this has been running in PINES production for nearly a month and each of the fixes pushed has resolved each found problem, I'm ready to sign off. However, the Perl test is failing with the following:

1..15
# General hold targeter tests
Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.18.2/OpenILS/Application/AppUtils.pm line 1303.
# Looks like your test exited with 255 before it could output anything.

Looks like the line it's failing on is:

my $result = $targeter->target(hold => $hold_id)->[0];

I've verified that hold id 1 does exist in the database (concerto).