Bugzilla – Attachment 76732 Details for
Bug 20980
Manual credit offsets are stored as debits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20980: (QA follow-up) Do not delete existing data on tests fix
Bug-20980-QA-follow-up-Do-not-delete-existing-data.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-07-06 12:23:10 UTC
(
hide
)
Description:
Bug 20980: (QA follow-up) Do not delete existing data on tests fix
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-07-06 12:23:10 UTC
Size:
1.08 KB
patch
obsolete
>From f1b62cbb186b097502e95204511cbe32e111524b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 6 Jul 2018 09:22:29 -0300 >Subject: [PATCH] Bug 20980: (QA follow-up) Do not delete existing data on > tests fix > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Account.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t >index d51ef9ff6a..492a1ebbdc 100755 >--- a/t/db_dependent/Koha/Account.t >+++ b/t/db_dependent/Koha/Account.t >@@ -187,8 +187,8 @@ subtest 'add_credit() tests' => sub { > } > ); > >- is( $schema->resultset('ActionLog')->count(), 2, 'Log was added' ); >- is( $schema->resultset('Statistic')->count(), 2, 'No action added to statistics, because of credit type' ); >+ is( $schema->resultset('ActionLog')->count(), $action_logs + 2, 'Log was added' ); >+ is( $schema->resultset('Statistic')->count(), $action_logs + 2, 'No action added to statistics, because of credit type' ); > > $schema->storage->txn_rollback; > }; >-- >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 20980
:
76299
|
76300
|
76301
|
76322
|
76323
|
76324
|
76325
|
76401
|
76402
|
76403
|
76404
|
76442
|
76443
|
76444
|
76445
|
76728
|
76729
|
76730
|
76731
|
76732
|
76734