Bugzilla – Attachment 76448 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.11 KB, created by
Kyle M Hall (khall)
on 2018-06-26 14:32:25 UTC
(
hide
)
Description:
Bug 20990: (follow-up) Fix test description
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-06-26 14:32:25 UTC
Size:
1.11 KB
patch
obsolete
>From 2369043da25c3d1fffc1245d311910bbd8262a49 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 0ecab83f3b..6c8e8b5cba 100755 >--- a/t/db_dependent/Koha/Account.t >+++ b/t/db_dependent/Koha/Account.t >@@ -82,7 +82,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.15.2 (Apple Git-101.1)
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