Bugzilla – Attachment 76741 Details for
Bug 20990
Add Koha::Account::outstanding_credits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20990: (follow-up) Fix test description
Bug-20990-follow-up-Fix-test-description.patch (text/plain), 1.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-07-06 15:14:28 UTC
(
hide
)
Description:
Bug 20990: (follow-up) Fix test description
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-07-06 15:14:28 UTC
Size:
1.09 KB
patch
obsolete
>From f5fca3df5220a5857fd18d6c90f6a902c2fea9e0 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 25 Jun 2018 18:57:20 +0000 >Subject: [PATCH] Bug 20990: (follow-up) Fix test description > >Test plan: >prove -v t/db_dependent/Koha/Account.t >--> Test message of first test of subtest outtanding_credits correctly says >"Outstanding credits total..." > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/Account.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t >index 55c1e66afe..6350b165bf 100755 >--- a/t/db_dependent/Koha/Account.t >+++ b/t/db_dependent/Koha/Account.t >@@ -100,7 +100,7 @@ subtest 'outstanding_credits() tests' => sub { > > my ( $total, $lines ) = $account->outstanding_credits(); > >- is( $total, -10, 'Outstandig debits total is correctly calculated' ); >+ is( $total, -10, 'Outstandig credits total is correctly calculated' ); > > my $i = 0; > foreach my $line ( @{ $lines->as_list } ) { >-- >2.18.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 20990
:
76380
|
76381
|
76405
|
76406
|
76407
|
76446
|
76447
|
76448
|
76449
|
76525
|
76640
|
76739
|
76740
| 76741 |
76742
|
76743