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)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 10 Jan 2014 15:42:23 +0000 (15:42 +0000)
commit7b1d49f84b17ef779fac8ab6874bf2d34037aaba
tree052a9da74189a3e352e903ce34f5f22e14b8ee8c
parentd6979f71a3f0d8ba2dc82d378ca903527f0d6ab9
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>
t/db_dependent/Search.t