Bugzilla – Attachment 44557 Details for
Bug 14045
Add specific quotas to on-site checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14045: Fix failing tests if issuing rules exist
Bug-14045-Fix-failing-tests-if-issuing-rules-exist.patch (text/plain), 942 bytes, created by
Jonathan Druart
on 2015-11-06 13:25:48 UTC
(
hide
)
Description:
Bug 14045: Fix failing tests if issuing rules exist
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-06 13:25:48 UTC
Size:
942 bytes
patch
obsolete
>From c7a8d3b9e9c3e97f78ffc1c85c4497872ac3a9d1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 Nov 2015 13:24:39 +0000 >Subject: [PATCH] Bug 14045: Fix failing tests if issuing rules exist > >If there is issuing rules defined, one test does not pass as it assumes >there is none defined. >--- > t/db_dependent/Circulation/TooMany.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation/TooMany.t b/t/db_dependent/Circulation/TooMany.t >index b29d2b0..3b60ef5 100644 >--- a/t/db_dependent/Circulation/TooMany.t >+++ b/t/db_dependent/Circulation/TooMany.t >@@ -48,6 +48,7 @@ $dbh->do(q|DELETE FROM branch_borrower_circ_rules|); > $dbh->do(q|DELETE FROM default_branch_circ_rules|); > $dbh->do(q|DELETE FROM default_circ_rules|); > $dbh->do(q|DELETE FROM default_branch_item_rules|); >+$dbh->do(q|DELETE FROM issuingrules|); > > my $builder = t::lib::TestBuilder->new(); > >-- >2.1.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 14045
:
39147
|
39148
|
39149
|
39150
|
39151
|
39152
|
39572
|
39573
|
39574
|
39575
|
39576
|
39577
|
39578
|
39579
|
42317
|
42318
|
42319
|
42320
|
42321
|
42322
|
43178
|
43326
|
43327
|
43328
|
43329
|
43330
|
43331
|
43332
|
43423
| 44557