Bugzilla – Attachment 59300 Details for
Bug 17726
TestBuilder's refactoring removed default values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17726: biblioitems.marc has been moved to biblio_metadata.metadata
Bug-17726-biblioitemsmarc-has-been-moved-to-biblio.patch (text/plain), 755 bytes, created by
Jonathan Druart
on 2017-01-20 09:18:00 UTC
(
hide
)
Description:
Bug 17726: biblioitems.marc has been moved to biblio_metadata.metadata
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-20 09:18:00 UTC
Size:
755 bytes
patch
obsolete
>From 210ff2053d5cb73a1fd1bee34134a95d16ad320e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jan 2017 23:58:59 +0100 >Subject: [PATCH] Bug 17726: biblioitems.marc has been moved to > biblio_metadata.metadata > >--- > t/lib/TestBuilder.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 0d312d0..562cd74 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -423,8 +423,8 @@ sub _gen_default_values { > Item => { > more_subfields_xml => undef, > }, >- Biblioitem => { >- marcxml => undef, >+ BiblioMetadata=> { >+ metadata => undef, > } > }; > } >-- >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 17726
:
58152
|
58155
|
58156
|
59300
|
59341
|
59353