Bugzilla – Attachment 27904 Details for
Bug 10330
Rename system preference authoritysep to AuthoritySeparator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 10330 - Follow up - missed case of authoritysep
SIGNED-OFF-Bug-10330---Follow-up---missed-case-of-.patch (text/plain), 1.14 KB, created by
Bernardo Gonzalez Kriegel
on 2014-05-01 23:32:27 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10330 - Follow up - missed case of authoritysep
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2014-05-01 23:32:27 UTC
Size:
1.14 KB
patch
obsolete
>From 48f2c98b2b8cb1b20008dd86911f51539a3320b5 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 10 Apr 2014 00:13:29 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 10330 - Follow up - missed case of > authoritysep > >$ git grep authoritysep >This showed: >1) the updatedatabase.pl script, as expected, >2) lots of po files, >3) a test file that was missed. > >TEST PLAN >--------- >1) prove -v t/db_dependent/Search.t >2) Run koha QA test tools > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Work (both patches). Test pass. No koha-qa errors >--- > t/db_dependent/Search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index ed3c797..5fce3b9 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -113,7 +113,7 @@ $contextmodule->mock('preference', sub { > return ''; > } elsif ($pref eq 'AlternateHoldingsField') { > return '490av'; >- } elsif ($pref eq 'authoritysep') { >+ } elsif ($pref eq 'AuthoritySeparator') { > return '--'; > } elsif ($pref eq 'DisplayLibraryFacets') { > return 'holding'; >-- >1.7.9.5
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 10330
:
18379
|
26941
|
26942
|
27903
|
27904
|
28118
|
28119