From 297b26c28e6985e5686f726898d42ff50147ede4 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Wed, 28 Mar 2018 21:19:52 +0000 Subject: [PATCH] Bug 20490: Correct bug number typo in comment in Circulation.t --- t/db_dependent/Circulation.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index f4ff177..0e82019 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1545,7 +1545,7 @@ subtest 'MultipleReserves' => sub { { my ( $renewokay, $error ) = CanBookBeRenewed($renewing_borrowernumber, $itemnumber1, 1); - is($renewokay, 0, 'Bug 17641 - should cover the case where 2 books are both reserved, so failing'); + is($renewokay, 0, 'Bug 17941 - should cover the case where 2 books are both reserved, so failing'); } my $barcode3 = 'R00110003'; @@ -1562,7 +1562,7 @@ subtest 'MultipleReserves' => sub { { my ( $renewokay, $error ) = CanBookBeRenewed($renewing_borrowernumber, $itemnumber1, 1); - is($renewokay, 1, 'Bug 17641 - should cover the case where 2 books are reserved, but a third one is available'); + is($renewokay, 1, 'Bug 17941 - should cover the case where 2 books are reserved, but a third one is available'); } }; -- 2.7.4