Bugzilla – Attachment 80625 Details for
Bug 21479
Removing from cart removes 2 items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21479: Mock SearchEngine to use Zebra
Bug-21479-Mock-SearchEngine-to-use-Zebra.patch (text/plain), 976 bytes, created by
Jonathan Druart
on 2018-10-15 17:53:59 UTC
(
hide
)
Description:
Bug 21479: Mock SearchEngine to use Zebra
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-15 17:53:59 UTC
Size:
976 bytes
patch
obsolete
>From debe9a2ded81a0faabd0bc65367ff9730f683596 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Oct 2018 14:53:35 -0300 >Subject: [PATCH] Bug 21479: Mock SearchEngine to use Zebra > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/selenium/regressions.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index de4e2a231a..eafbe3cfbd 100644 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -34,6 +34,8 @@ my $driver = $s->driver; > my $opac_base_url = $s->opac_base_url; > my $builder = t::lib::TestBuilder->new; > >+t::lib::Mocks::mock_preference('SearchEngine', 'Zebra'); # It seems that we do not have enough records indexed with ES >+ > our @cleanup; > subtest 'OPAC - borrowernumber and branchcode as html attributes' => sub { > plan tests => 2; >-- >2.11.0
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 21479
:
79852
|
79857
|
79893
|
79903
|
79950
|
80219
|
80291
|
80292
|
80304
|
80305
|
80557
|
80605
|
80625
|
80643