]> git.koha-community.org Git - koha.git/commit
Bug 11619: (follow-up) fix QueryParser.t
authorGalen Charlton <gmc@esilibrary.com>
Tue, 4 Feb 2014 18:44:07 +0000 (18:44 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 30 Apr 2014 14:55:35 +0000 (16:55 +0200)
commit1cdfe7baabb27956491061e8397a8b0aa865a56e
tree8790de6c84244aef5c96896e8478507976c6f7f2
parent7e9b87765045e2a3e15160ef52aa8e189951333b
Bug 11619: (follow-up) fix QueryParser.t

The previous patch did not account for the change
in the number of indexes, and thus caused one
of the tests to fail.

To test:

[1] Verify that prove -v t/QueryParser.t passes.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 547ebaece0bcd24857cecd6c95d8a5c1c41ce222)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/QueryParser.t