Bugzilla – Attachment 80643 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), 1.35 KB, created by
Jonathan Druart
on 2018-10-15 20:43:54 UTC
(
hide
)
Description:
Bug 21479: "Mock" SearchEngine to use Zebra
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-15 20:43:54 UTC
Size:
1.35 KB
patch
obsolete
>From 1b6b2fa9250e30cddf9f68c66a1b25d5185bce87 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 | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index de4e2a231a..014b516209 100644 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -21,6 +21,7 @@ use C4::Context; > > use Test::More tests => 2; > >+use C4::Context; > use Koha::AuthUtils; > use t::lib::Selenium; > use t::lib::TestBuilder; >@@ -34,6 +35,10 @@ my $driver = $s->driver; > my $opac_base_url = $s->opac_base_url; > my $builder = t::lib::TestBuilder->new; > >+# It seems that we do not have enough records indexed with ES >+my $SearchEngine_value = C4::Context->preference('SearchEngine'); >+C4::Context->set_preference('SearchEngine', 'Zebra'); >+ > our @cleanup; > subtest 'OPAC - borrowernumber and branchcode as html attributes' => sub { > plan tests => 2; >@@ -89,5 +94,6 @@ subtest 'OPAC - Remove from cart' => sub { > }; > > END { >+ C4::Context->preference('SearchEngine', $SearchEngine_value); > $_->delete for @cleanup; > }; >-- >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