Bugzilla – Attachment 116498 Details for
Bug 27581
Rename UseICU system preference to UseICUStyleQuotes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27581: Fix missing occurrences in tests
Bug-27581-Fix-missing-occurrences-in-tests.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2021-02-08 13:48:07 UTC
(
hide
)
Description:
Bug 27581: Fix missing occurrences in tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-08 13:48:07 UTC
Size:
1.27 KB
patch
obsolete
>From 3ee31bdf4134b0a0b5aa5821e3a1a828cc3f65dd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 Feb 2021 14:47:46 +0100 >Subject: [PATCH] Bug 27581: Fix missing occurrences in tests > >--- > t/db_dependent/Search.t | 2 +- > t/db_dependent/UsageStats.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index a9a1795bf3..e4d80141b3 100755 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -179,7 +179,7 @@ $contextmodule->mock('preference', sub { > return '1'; > } elsif ($pref eq 'UseControlNumber') { > return '0'; >- } elsif ($pref eq 'UseICU') { >+ } elsif ($pref eq 'UseICUStyleQuotes') { > return '0'; > } elsif ($pref eq 'viewISBD') { > return '1'; >diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t >index 05c9231990..a8ce7ebfe1 100755 >--- a/t/db_dependent/UsageStats.t >+++ b/t/db_dependent/UsageStats.t >@@ -560,7 +560,7 @@ sub mocking_systempreferences_to_a_set_value { > QueryWeightFields > TraceCompleteSubfields > TraceSubjectSubdivisions >- UseICU >+ UseICUStyleQuotes > defaultSortField > displayFacetCount > OPACdefaultSortField >-- >2.20.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 27581
:
116078
|
116082
|
116154
|
116455
|
116456
| 116498