]> git.koha-community.org Git - koha.git/commit
Bug 11499: (regression tests) indexing modes not properly set on generated koha-conf.xml
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 8 Jan 2014 15:17:26 +0000 (12:17 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 08:55:11 +0000 (09:55 +0100)
commitf52cfca42504c01ffcf1e10db06bd408edb3e5a9
treee15d031aa06f5ac0de5fbd1a7055104c28256ac5
parent5df97dfc864975caf5e741f1884b2a4d86e61910
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

The test should fail unless the main page is applied.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 7b1d49f84b17ef779fac8ab6874bf2d34037aaba)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Search.t