Bugzilla – Attachment 66750 Details for
Bug 17380
Resolve several problems related to Default authority framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17380: (QA followup) Fix parameter in tests
Bug-17380-QA-followup-Fix-parameter-in-tests.patch (text/plain), 1.00 KB, created by
Nick Clemens (kidclamp)
on 2017-09-01 14:41:10 UTC
(
hide
)
Description:
Bug 17380: (QA followup) Fix parameter in tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-09-01 14:41:10 UTC
Size:
1.00 KB
patch
obsolete
>From 34edfb75e0c18b1c5cf4eb8bf598856861d9af5f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 1 Sep 2017 14:39:03 +0000 >Subject: [PATCH] Bug 17380: (QA followup) Fix parameter in tests > >--- > t/db_dependent/Authorities/Merge.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Authorities/Merge.t b/t/db_dependent/Authorities/Merge.t >index 08a582c..7bf7fb5 100755 >--- a/t/db_dependent/Authorities/Merge.t >+++ b/t/db_dependent/Authorities/Merge.t >@@ -353,7 +353,7 @@ subtest "Graceful resolution of missing reporting tag" => sub { > > # Merge > merge({ mergefrom => $id1, MARCfrom => $authmarc, mergeto => $id2, MARCto => $authmarc, biblionumbers => [ $biblionumber ] }); >- $biblio = C4::Biblio::GetMarcBiblio( $biblionumber ); >+ $biblio = C4::Biblio::GetMarcBiblio({ biblionumber => $biblionumber }); > is( $biblio->subfield('612', '9'), $id2, 'id2 saved in $9' ); > is( $biblio->subfield('612', 'a'), ' ', 'Kept an empty $a too' ); > >-- >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 17380
:
55947
|
60592
|
64952
|
64953
|
64954
|
64955
|
66277
|
66278
|
66279
|
66280
|
66313
|
66314
|
66315
|
66316
|
66750
|
66751
|
66796
|
66797
|
66798
|
66799
|
66800
|
66801
|
66912
|
66913
|
66914
|
66915
|
66916
|
66917