]> 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>
Mon, 16 Jan 2012 20:54:48 +0000 (15:54 -0500)
commit06689631249df6dbf001063954458536d1fb3578
treea2817bd047a25062c805c1bc116703f800312a1d
parent93cb222de2b9cc33fb78c30ff17ebd3b5f3dd759
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>
t/db_dependent/Search.t