Bugzilla – Attachment 44151 Details for
Bug 14100
Add base to make item types, branch names, sysprefs values and authorised values translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14100: (QA followup) add missing mocked sysprefs
Bug-14100-QA-followup-add-missing-mocked-sysprefs.patch (text/plain), 916 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-29 13:53:49 UTC
(
hide
)
Description:
Bug 14100: (QA followup) add missing mocked sysprefs
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-29 13:53:49 UTC
Size:
916 bytes
patch
obsolete
>From 201935cb6244e652f6a5d3b239a88ad869af6e2f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 29 Oct 2015 10:52:08 -0300 >Subject: [PATCH] Bug 14100: (QA followup) add missing mocked sysprefs > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Search.t | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index 90a4976..904e8b8 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -125,6 +125,10 @@ $contextmodule->mock('preference', sub { > return 20; > } elsif ($pref eq 'OpacHiddenItems') { > return ''; >+ } elsif ($pref eq 'opacthemes') { >+ return 'bootstrap'; >+ } elsif ($pref eq 'opaclanguages') { >+ return 'en'; > } elsif ($pref eq 'AlternateHoldingsField') { > return '490av'; > } elsif ($pref eq 'AuthoritySeparator') { >-- >2.6.2
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 14100
:
38727
|
40917
|
40965
|
41654
|
41659
|
41660
|
42525
|
42526
|
43110
|
43111
|
43365
|
43366
|
43367
|
43368
|
43369
|
43370
|
43394
|
43395
|
43396
|
43577
|
43602
|
43603
|
43604
|
43605
|
43606
|
43613
|
44085
|
44086
|
44087
|
44088
|
44089
|
44090
|
44094
|
44108
|
44109
|
44119
| 44151