From cbda13ca906cb3302dd61fb1a6bf35e74aff266d Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 1 Jun 2010 18:51:28 +0000 Subject: [PATCH] At least attempt to use the same formatting.... --- t/03checkout.t | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/t/03checkout.t b/t/03checkout.t index fa363a8..b0ea53f 100755 --- a/t/03checkout.t +++ b/t/03checkout.t @@ -43,14 +43,15 @@ my $patron_disable_template = { msg => "01N20060102 084238AO$instid|ALHe's a jerk|AA$user_barcode|", # response to block patron is a patron status message pat => qr/^24Y{4}[ Y]{10}000$datepat/o, - fields => [], }; + fields => [], +}; my $checkin_template = { - id => 'Checkout: cleanup: check in item', - msg => "09N20050102 08423620060113 084235APUnder the bed|AO$instid|AB$item_barcode|ACterminal password|", - pat => qr/^101YNN$datepat/o, - fields => [], - }; + id => 'Checkout: cleanup: check in item', + msg => "09N20050102 08423620060113 084235APUnder the bed|AO$instid|AB$item_barcode|ACterminal password|", + pat => qr/^101YNN$datepat/o, + fields => [], +}; my $checkout_test_template = { id => 'Checkout: valid item, valid patron', -- 2.11.0