]> git.koha-community.org Git - koha.git/commit
Bug 11499: UT: Make zebra_setup.pl correctly set indexing mode
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 8 Jan 2014 15:21:42 +0000 (12:21 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 08:55:22 +0000 (09:55 +0100)
commit16e8985a9abe94a27ff0873edb84c6838900b4a5
tree852b4aafe497c5f344e50751ec053861d78b76f0
parentf52cfca42504c01ffcf1e10db06bd408edb3e5a9
Bug 11499: UT: Make zebra_setup.pl correctly set indexing mode

By adding the relevant environment variables to the script the generated
koha-conf.xml file for the unit tests is correct now.

Test plan:
- Verify that tests pass now:
  $ prove -v t/db_dependent/Search.t 2> /dev/null | grep 11499

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes unit test, koha-qa.pl

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 5666ed77a34d48aa10e1ad2b1f06d99c0553644f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/zebra_config.pl