Bugzilla – Attachment 51113 Details for
Bug 16405
Fix Circulation/NoIssuesChargeGuarantees.t test 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2
Bug-16405-Fix-CirculationNoIssuesChargeGuaranteest.patch (text/plain), 1.48 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-05-02 19:18:10 UTC
(
hide
)
Description:
Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-05-02 19:18:10 UTC
Size:
1.48 KB
patch
obsolete
>From 3e1603fb58ede1511502cc4d4d34848aa43fbe7c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 May 2016 10:40:27 +0100 >Subject: [PATCH] Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2 > >Resolves: >Failed test 'Patron cannot check out item due to debt for guarantee' >at t/db_dependent/Circulation/NoIssuesChargeGuarantees.t line 63. > got: '10' > expected: '10.00' > >Test plan: >Run the test again. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Circulation/NoIssuesChargeGuarantees.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >index 614c513..a5cbb62 100644 >--- a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >+++ b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t >@@ -60,7 +60,7 @@ is( $issuingimpossible->{DEBT_GUARANTEES}, undef, "Patron can check out item" ); > > manualinvoice( $guarantee->{borrowernumber}, undef, undef, 'L', 10.00 ); > ( $issuingimpossible, $needsconfirmation ) = CanBookBeIssued( $patron, $item->{barcode} ); >-is( $issuingimpossible->{DEBT_GUARANTEES}, '10.00', "Patron cannot check out item due to debt for guarantee" ); >+is( $issuingimpossible->{DEBT_GUARANTEES} + 0, '10.00' + 0, "Patron cannot check out item due to debt for guarantee" ); > > $schema->storage->txn_rollback; > >-- >2.7.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 16405
:
51053
|
51061
|
51076
|
51079
| 51113