Bugzilla – Attachment 64128 Details for
Bug 18759
Circulation.t is failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18759: (follow-up) Try to fix random failure from Circulation.t
Bug-18759-follow-up-Try-to-fix-random-failure-from.patch (text/plain), 893 bytes, created by
Jonathan Druart
on 2017-06-09 13:10:02 UTC
(
hide
)
Description:
Bug 18759: (follow-up) Try to fix random failure from Circulation.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-06-09 13:10:02 UTC
Size:
893 bytes
patch
obsolete
>From 1577460c713e3ac7e602dce81738f974e86ddf9d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Jun 2017 10:08:37 -0300 >Subject: [PATCH] Bug 18759: (follow-up) Try to fix random failure from > Circulation.t > >If IndependentBranches, CanBookBeRenewed will set ITEMNOTSAMEBRANCH >or BORRNOTSAMEBRANCH flags, if the branches do not match. >--- > t/db_dependent/Circulation.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 995ffbca11..9d0f77c005 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -73,6 +73,7 @@ my $borrower = { > }; > > # No userenv, PickupLibrary >+t::lib::Mocks::mock_preference('IndependentBranches', '0'); > t::lib::Mocks::mock_preference('CircControl', 'PickupLibrary'); > is( > C4::Context->preference('CircControl'), >-- >2.11.0
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 18759
:
64105
|
64107
| 64128