Bugzilla – Attachment 85734 Details for
Bug 19489
Detailed description of charges on Accounting tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19489: (follow-up) Fix typos in the tests
Bug-19489-follow-up-Fix-typos-in-the-tests.patch (text/plain), 2.16 KB, created by
Kyle M Hall (khall)
on 2019-02-26 19:12:46 UTC
(
hide
)
Description:
Bug 19489: (follow-up) Fix typos in the tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-02-26 19:12:46 UTC
Size:
2.16 KB
patch
obsolete
>From eda2419c25ef8047252b7b87b7f74a238106ab4c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= <nazli@devinim.com.tr> >Date: Wed, 20 Feb 2019 07:21:33 +0000 >Subject: [PATCH] Bug 19489: (follow-up) Fix typos in the tests > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/Account/Lines.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/db_dependent/Koha/Account/Lines.t b/t/db_dependent/Koha/Account/Lines.t >index 222807e162..3781fbb6e3 100755 >--- a/t/db_dependent/Koha/Account/Lines.t >+++ b/t/db_dependent/Koha/Account/Lines.t >@@ -414,7 +414,7 @@ subtest 'adjust() tests' => sub { > $schema->storage->txn_rollback; > }; > >-subtest 'issue() tests' => sub { >+subtest 'checkout() tests' => sub { > plan tests => 6; > > $schema->storage->txn_begin; >@@ -440,17 +440,17 @@ subtest 'issue() tests' => sub { > > my $line_checkout = $line->checkout; > is( ref($line_checkout), 'Koha::Checkout', 'Result type is correct' ); >- is( $line_checkout->issue_id, $checkout->issue_id, 'Koha::Account::Line->issue should return the correct issue'); >+ is( $line_checkout->issue_id, $checkout->issue_id, 'Koha::Account::Line->checkout should return the correct checkout'); > > my ( $returned, undef, $old_checkout) = C4::Circulation::AddReturn( $item->{barcode} ,$library->{branchcode} ); > is( $returned, 1, 'The item should have been returned' ); > > my $old_line_checkout = $line->checkout; > is( ref($old_line_checkout), 'Koha::Old::Checkout', 'Result type is correct' ); >- is( $old_line_checkout->issue_id, $old_checkout->issue_id, 'Koha::Account::Line->issue should return the correct old_issue' ); >+ is( $old_line_checkout->issue_id, $old_checkout->issue_id, 'Koha::Account::Line->checkout should return the correct old_checkout' ); > > $line->issue_id(undef)->store; >- is( $line->checkout, undef, 'Koha::Account::Line->issue should return undef if no issue linked' ); >+ is( $line->checkout, undef, 'Koha::Account::Line->checkout should return undef if no checkout linked' ); > > $schema->storage->txn_rollback; > }; >-- >2.17.2 (Apple Git-113)
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 19489
:
81956
|
81989
|
81991
|
82519
|
82520
|
82614
|
82615
|
82846
|
83109
|
83110
|
83242
|
83276
|
83277
|
83299
|
83300
|
83301
|
83618
|
83619
|
83620
|
85236
|
85237
|
85275
|
85315
|
85668
|
85669
|
85670
|
85671
|
85672
|
85673
|
85674
|
85675
|
85731
|
85732
|
85733
| 85734 |
85735
|
85736
|
85737
|
85738