From 2d1ab7f0cc395ef2741093bf86f7d774766eea50 Mon Sep 17 00:00:00 2001 From: djfiander Date: Fri, 28 Jul 2006 23:05:00 +0000 Subject: [PATCH] Accept either 'other' or 'available' for circulation status. --- t/11item_info.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/11item_info.t b/t/11item_info.t index 067309a..2a1fec7 100644 --- a/t/11item_info.t +++ b/t/11item_info.t @@ -13,7 +13,7 @@ use SIPtest qw($datepat $textpat $instid $currency $user_barcode my $item_info_test_template = { id => 'Item Information: check information for available item', msg => "1720060110 215612AO$instid|AB$item_barcode|", - pat => qr/^18030201$datepat/, + pat => qr/^180[13]0201$datepat/, # status of 'other' or 'available' fields => [ $SIPtest::field_specs{(FID_SCREEN_MSG)}, $SIPtest::field_specs{(FID_PRINT_LINE)}, -- 2.11.0