Bugzilla – Attachment 91627 Details for
Bug 23078
Use Koha.Preference in OPAC global header include
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20607: (QA follow-up) Test corrections
Bug-20607-QA-follow-up-Test-corrections.patch (text/plain), 1.41 KB, created by
Nick Clemens (kidclamp)
on 2019-07-19 10:26:32 UTC
(
hide
)
Description:
Bug 20607: (QA follow-up) Test corrections
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-19 10:26:32 UTC
Size:
1.41 KB
patch
obsolete
>From c9b1de9e6deaa98092f9d3adf8bbeadf9250b4f4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 16 Jul 2019 18:13:57 +0000 >Subject: [PATCH] Bug 20607: (QA follow-up) Test corrections > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=23078 >--- > t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t >index 9989533c07..7222bc0e0d 100644 >--- a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t >+++ b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t >@@ -48,6 +48,8 @@ use_ok('Koha::SearchEngine::Elasticsearch'); > > my $schema = Koha::Database->new->schema; > >+$schema->storage->txn_begin; >+ > Koha::SearchFields->search->delete; > Koha::SearchMarcMaps->search->delete; > $schema->resultset('SearchMarcToField')->search->delete; >@@ -63,4 +65,4 @@ is($match_sf->weight, '15.00', 'Match search field is weighted with 15'); > my $title_sf = Koha::SearchFields->search({ name => 'title' })->next; > is($title_sf->weight, '20.00', 'Title search field is weighted with 20'); > >-$schema->storage->txn_begin; >+$schema->storage->txn_rollback; >-- >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 23078
:
90460
|
90481
|
90936
|
91349
|
91430
|
91431
|
91503
|
91626
|
91627
|
91654
|
91655