]> git.koha-community.org Git - koha.git/commit
Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N....
authorLiz Rea <wizzyrea@gmail.com>
Thu, 15 Dec 2011 16:21:36 +0000 (10:21 -0600)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 21 Jan 2012 04:33:10 +0000 (23:33 -0500)
commitbaf6d270400c42358c02d413ec02db5f60b6cdfd
treee04f878954a547286427ab7a47a06d4e3a641e87
parent539317b390891a4d2f50aec5610c8bbadaa17016
Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing.

Patch changes the French string (with French stopwords) to an English string with English stopwords, as only English stopwords are installed in the default data.

This patch will allow Search.t to run on the database attached to this bug.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
(cherry picked from commit 06689631249df6dbf001063954458536d1fb3578)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/db_dependent/Search.t