From 831a167d07f0d888604937dc5c66affc11516284 Mon Sep 17 00:00:00 2001 From: djfiander Date: Tue, 30 May 2006 01:09:46 +0000 Subject: [PATCH] Confirm the actual title of the item being held --- t/07hold.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$/, -- 2.11.0