From: djfiander Date: Fri, 28 Jul 2006 23:05:00 +0000 (+0000) Subject: Accept either 'other' or 'available' for circulation status. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2d1ab7f0cc395ef2741093bf86f7d774766eea50;p=working%2FSIPServer.git Accept either 'other' or 'available' for circulation status. --- 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)},