From e153f76f34537966796da44be2ced5262c2c8522 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 17 Apr 2017 17:47:27 +0200 Subject: [PATCH] Bug 18445: Fix Log.t by mocking HoldsLog Content-Type: text/plain; charset=utf-8 The HoldsLog preference was added later on (bug 14642). It should be mocked too in this test. Test plan: Run t/Log.t (with an empty Koha database). Signed-off-by: Marcel de Rooy --- t/Log.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Log.t b/t/Log.t index 601b909..5f08066 100755 --- a/t/Log.t +++ b/t/Log.t @@ -15,6 +15,7 @@ BEGIN { t::lib::Mocks::mock_preference('BorrowersLog', 1); t::lib::Mocks::mock_preference('CataloguingLog', 1); +t::lib::Mocks::mock_preference('HoldsLog', 1); t::lib::Mocks::mock_preference('IssueLog', 1); t::lib::Mocks::mock_preference('ReturnLog', 1); t::lib::Mocks::mock_preference('SubscriptionLog', 1); -- 2.1.4