From: djfiander Date: Tue, 30 May 2006 01:09:46 +0000 (+0000) Subject: Confirm the actual title of the item being held X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=831a167d07f0d888604937dc5c66affc11516284;p=SIPServer.git Confirm the actual title of the item being held --- diff --git a/t/07hold.t b/t/07hold.t index 85e3d38..64aebb4 100644 --- a/t/07hold.t +++ b/t/07hold.t @@ -30,7 +30,7 @@ my $hold_test_template = { pat => qr/^Taylor$/, required => 1, }, { field => FID_TITLE_ID, - pat => $textpat, + pat => qr/^Perl 5 desktop reference$/, required => 1, }, { field => FID_ITEM_ID, pat => qr/^1565921879$/,