Bugzilla – Attachment 24014 Details for
Bug 11499
zebra_setup.pl not correctly setting indexing mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11499 - (regression tests) indexing modes not properly set on generated koha-conf.xml
Bug-11499---regression-tests-indexing-modes-not-pr.patch (text/plain), 1.60 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-01-08 15:39:07 UTC
(
hide
)
Description:
Bug 11499 - (regression tests) indexing modes not properly set on generated koha-conf.xml
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-01-08 15:39:07 UTC
Size:
1.60 KB
patch
obsolete
>From 82034cd0704b1e384ebf59820b13cac355e70f99 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 8 Jan 2014 12:17:26 -0300 >Subject: [PATCH] Bug 11499 - (regression tests) indexing modes not properly > set on generated koha-conf.xml > >t/db_dependent/Search.t creates its own temporary koha-conf.xml and related files, and >it fails to properly set indexing modes for bibliographic and authority records. > >This patch adds regression tests for that. > >To test: > $ prove -v t/db_dependent/Search.t 2> /dev/null | grep 11499 > >To+ > >Sponsored-by: Universidad Nacional de Cordoba >--- > t/db_dependent/Search.t | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index b412709..2a7215d 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -12,7 +12,7 @@ use YAML; > use C4::Debug; > require C4::Context; > >-use Test::More tests => 208; >+use Test::More tests => 212; > use Test::MockModule; > use MARC::Record; > use File::Spec; >@@ -178,6 +178,11 @@ sub run_marc21_search_tests { > my $context = new C4::Context("$datadir/etc/koha-conf.xml"); > $context->set_context(); > >+ is($context->config('zebra_bib_index_mode'),$indexing_mode, >+ "zebra_bib_index_mode is properly set to '$indexing_mode' in the created koha-conf.xml file (BZ11499)"); >+ is($context->config('zebra_auth_index_mode'),$indexing_mode, >+ "zebra_auth_index_mode is properly set to '$indexing_mode' in the created koha-conf.xml file (BZ11499)"); >+ > use_ok('C4::Search'); > > # set search syspreferences to a known starting point >-- >1.8.3.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 11499
:
24014
|
24015
|
24021
|
24022
|
24122
|
24123