Bugzilla – Attachment 32844 Details for
Bug 13088
Allow the user to specify a max amount of facets to show.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13088: (RM followup) add missing pref mock
Bug-13088-RM-followup-add-missing-pref-mock.patch (text/plain), 842 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2014-10-28 15:09:01 UTC
(
hide
)
Description:
Bug 13088: (RM followup) add missing pref mock
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-10-28 15:09:01 UTC
Size:
842 bytes
patch
obsolete
>From 3541fc36544aa1f2993f7ebea5d2cc12e1364da7 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 28 Oct 2014 12:07:46 -0300 >Subject: [PATCH] Bug 13088: (RM followup) add missing pref mock > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > t/db_dependent/Search.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index a10b71b..b96cc19 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -121,6 +121,8 @@ $contextmodule->mock('preference', sub { > return 20; > } elsif ($pref eq 'FacetLabelTruncationLength') { > return 20; >+ } elsif ($pref eq 'FacetMaxCount') { >+ return 20; > } elsif ($pref eq 'OpacHiddenItems') { > return ''; > } elsif ($pref eq 'AlternateHoldingsField') { >-- >1.9.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 13088
:
32553
|
32554
|
32667
|
32668
|
32738
|
32739
| 32844