From 44352f319e042c411feecffa1812fc8455de4e25 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 19 Mar 2020 08:10:00 +0000 Subject: [PATCH] Bug 24901: Add tests for transferbook Test plan: 0/ Read the commit and confirm the new tests make sence 1/ Run the tests and verify they pass 2/ Signoff Signed-off-by: Nick Clemens Signed-off-by: Joy Nelson --- t/db_dependent/Circulation/transferbook.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation/transferbook.t b/t/db_dependent/Circulation/transferbook.t index 755b580361..eec56c6cea 100644 --- a/t/db_dependent/Circulation/transferbook.t +++ b/t/db_dependent/Circulation/transferbook.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 3; +use Test::More tests => 5; use t::lib::TestBuilder; use t::lib::Mocks; @@ -47,7 +47,9 @@ subtest 'transfer a non-existant item' => sub { ); }; -#FIXME:'UseBranchTransferLimits tests missing +#subtest 'UseBranchTransferLimits tests' => sub { +# plan tests => 0; +#}; subtest 'transfer already at destination' => sub { plan tests => 5; -- 2.39.5