Bugzilla – Attachment 135825 Details for
Bug 30813
Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30813: (follow-up) Fix tests import
Bug-30813-follow-up-Fix-tests-import.patch (text/plain), 757 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-06-08 16:41:56 UTC
(
hide
)
Description:
Bug 30813: (follow-up) Fix tests import
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-06-08 16:41:56 UTC
Size:
757 bytes
patch
obsolete
>From 5e8dccb671caa7dbff68461661935ecc253dae21 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 8 Jun 2022 13:41:14 -0300 >Subject: [PATCH] Bug 30813: (follow-up) Fix tests import > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/Koha_MetadataRecord.t | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/Koha_MetadataRecord.t b/t/Koha_MetadataRecord.t >index 3851bafd96..0bcc4690dc 100755 >--- a/t/Koha_MetadataRecord.t >+++ b/t/Koha_MetadataRecord.t >@@ -22,8 +22,10 @@ use Modern::Perl; > use Test::More tests => 5; > use Test::Warn; > >+use MARC::Record; >+ > BEGIN { >- use_ok('Koha::MetadataRecord'); >+ use_ok('Koha::MetadataRecord'); > } > > my $marcrecord = MARC::Record->new; >-- >2.34.1
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 30813
:
135232
|
135233
|
135234
|
135235
|
135239
|
135240
|
135241
|
135242
|
135243
|
135302
|
135303
|
135304
|
135305
|
135306
|
135371
|
135374
|
135375
|
135376
|
135377
|
135378
|
135379
|
135763
|
135764
|
135765
|
135766
|
135767
|
135768
|
135769
|
135803
| 135825