Bugzilla – Attachment 90898 Details for
Bug 22571
MARC modification templates do not handle control fields in conditional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22571: (follow up) fix Donald cut-&-paste error
Bug-22571-follow-up-fix-Donald-cut--paste-error.patch (text/plain), 1.19 KB, created by
Nick Clemens (kidclamp)
on 2019-06-21 11:30:31 UTC
(
hide
)
Description:
Bug 22571: (follow up) fix Donald cut-&-paste error
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-21 11:30:31 UTC
Size:
1.19 KB
patch
obsolete
>From 1b6e4c9f31030cb617344fa31920356baa99a95f Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 17 Jun 2019 17:57:46 +0000 >Subject: [PATCH] Bug 22571: (follow up) fix Donald cut-&-paste error > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/SimpleMARC.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/SimpleMARC.t b/t/SimpleMARC.t >index 4812e315f8..d32ac88bf5 100644 >--- a/t/SimpleMARC.t >+++ b/t/SimpleMARC.t >@@ -1728,7 +1728,7 @@ subtest 'field_equals' => sub { > field => '008', > subfield => '', > }); >- is_deeply( $match, [], '008 control field not equal to "Donald"' ); >+ is_deeply( $match, [], '008 control field not equal to "eng"' ); > > $match = Koha::SimpleMARC::field_equals({ > record => $record, >@@ -1737,6 +1737,6 @@ subtest 'field_equals' => sub { > subfield => '', > is_regex => 1, > }); >- is_deeply( $match, [1], 'first 008 control field matches "Donald"' ); >+ is_deeply( $match, [1], 'first 008 control field matches "eng"' ); > }; > }; >-- >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 22571
:
89362
|
89363
|
90683
|
90684
|
90685
|
90896
|
90897
| 90898