Bugzilla – Attachment 62292 Details for
Bug 18445
Tests in t stumble over Auth's BEGIN block
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18445: Fix Log.t by mocking HoldsLog
Bug-18445-Fix-Logt-by-mocking-HoldsLog.patch (text/plain), 947 bytes, created by
Marcel de Rooy
on 2017-04-18 13:34:38 UTC
(
hide
)
Description:
Bug 18445: Fix Log.t by mocking HoldsLog
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-04-18 13:34:38 UTC
Size:
947 bytes
patch
obsolete
>From e153f76f34537966796da44be2ced5262c2c8522 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18445
:
62290
| 62292 |
62293
|
62299