Bugzilla – Attachment 55424 Details for
Bug 16911
Koha::Patrons - Move ExtendMemberSubscriptionTo to ->renew_account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16911 [QA Followup] - Fix number of categories to look for after deleting one
Bug-16911-QA-Followup---Fix-number-of-categories-t.patch (text/plain), 951 bytes, created by
Kyle M Hall (khall)
on 2016-09-09 10:47:11 UTC
(
hide
)
Description:
Bug 16911 [QA Followup] - Fix number of categories to look for after deleting one
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-09-09 10:47:11 UTC
Size:
951 bytes
patch
obsolete
>From fcb0a5d57ec663d4e7c17c3312852bb0c4521d9b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Sep 2016 09:47:33 +0000 >Subject: [PATCH] Bug 16911 [QA Followup] - Fix number of categories to look > for after deleting one > >--- > t/db_dependent/Koha/Patron/Categories.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Patron/Categories.t b/t/db_dependent/Koha/Patron/Categories.t >index 52e0237..b47bcff 100644 >--- a/t/db_dependent/Koha/Patron/Categories.t >+++ b/t/db_dependent/Koha/Patron/Categories.t >@@ -84,7 +84,7 @@ subtest 'get_expiry_date' => sub { > }; > > $retrieved_category_1->delete; >-is( Koha::Patron::Categories->search->count, $nb_of_categories + 2, 'Delete should have deleted the patron category' ); >+is( Koha::Patron::Categories->search->count, $nb_of_categories + 1, 'Delete should have deleted the patron category' ); > > $schema->storage->txn_rollback; > >-- >2.1.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 16911
:
53338
|
53339
|
53340
|
53341
|
53346
|
53514
|
53515
|
53516
|
53517
|
53518
|
53533
|
54752
|
54753
|
54754
|
54755
|
54756
|
54757
|
54789
|
54790
|
54791
|
54792
|
54793
|
54794
|
55191
|
55192
|
55193
|
55194
|
55195
|
55196
|
55197
| 55424 |
55447