Bugzilla – Attachment 26942 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]
Bug 10330 - Follow up - missed case of authoritysep
Bug-10330---Follow-up---missed-case-of-authorityse.patch (text/plain), 1.07 KB, created by
Mark Tompsett
on 2014-04-10 04:16:29 UTC
(
hide
)
Description:
Bug 10330 - Follow up - missed case of authoritysep
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-04-10 04:16:29 UTC
Size:
1.07 KB
patch
obsolete
>From 9eaeff058d91a636a114ff9a0e780525d717bd2b Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 10 Apr 2014 00:13:29 -0400 >Subject: [PATCH] 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 >--- > 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 9265594..b93219d 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 '--'; > } else { > warn "The syspref $pref was requested but I don't know what to say; this indicates that the test requires updating" >-- >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