Bugzilla – Attachment 96268 Details for
Bug 24150
Add missing Koha::Old::*[s] classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24150: fix wrong semicolon
Bug-24150-fix-wrong-semicolon.patch (text/plain), 868 bytes, created by
Nick Clemens (kidclamp)
on 2019-12-13 16:48:34 UTC
(
hide
)
Description:
Bug 24150: fix wrong semicolon
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-12-13 16:48:34 UTC
Size:
868 bytes
patch
obsolete
>From b75a8e72e66c10c86fd40dd27d2ace59c6256af5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 13 Dec 2019 16:47:32 +0000 >Subject: [PATCH] Bug 24150: fix wrong semicolon > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/Old.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Old.t b/t/db_dependent/Koha/Old.t >index 20e70a1027..36f3e1bbb5 100644 >--- a/t/db_dependent/Koha/Old.t >+++ b/t/db_dependent/Koha/Old.t >@@ -42,7 +42,7 @@ subtest 'Koha::Old::Patrons' => sub { > $patron->delete; > my $deleted_patron = Koha::Old::Patrons->search( > { >- borrowernumber => $patron->borrowernumber; >+ borrowernumber => $patron->borrowernumber > } > )->next; > is_deeply( $deleted_patron->unblessed, $patron_unblessed ); >-- >2.11.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 24150
:
95954
|
95955
|
96266
|
96267
|
96268
|
96428
|
96867
|
96871
|
96897