From 25fa54247998be1482424aa9f5598eec1f9d6199 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Nov 2018 11:21:59 -0300 Subject: [PATCH] Bug 21787: Remove unecessary test from GetHardDueDate.t See description on the bug report for more info. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fa7b2ad08befb88866e850f2b7bba34841ff30b7) Signed-off-by: Martin Renvoize --- t/db_dependent/Circulation/GetHardDueDate.t | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/t/db_dependent/Circulation/GetHardDueDate.t b/t/db_dependent/Circulation/GetHardDueDate.t index b39c32c3c9..5daae45abb 100644 --- a/t/db_dependent/Circulation/GetHardDueDate.t +++ b/t/db_dependent/Circulation/GetHardDueDate.t @@ -7,7 +7,7 @@ use Koha::DateUtils; use Koha::IssuingRules; use Koha::Library; -use Test::More tests => 10; +use Test::More tests => 9; BEGIN { use_ok('C4::Circulation'); @@ -345,12 +345,6 @@ $sth->execute( $sampleissuingrule3->{article_requests}, ); -is_deeply( - Koha::IssuingRules->find({ categorycode => $samplecat->{categorycode}, itemtype => 'Book', branchcode => $samplebranch1->{branchcode} })->unblessed, - $sampleissuingrule1, - "GetIssuingCharge returns issuingrule1's informations" -); - #Test GetLoanLength is_deeply( C4::Circulation::GetLoanLength( -- 2.39.5