Bug 16249: Zebra-specific tests should pass with ES disabled
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Tue, 12 Apr 2016 18:26:44 +0000 (15:26 -0300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 21:20:13 +0000 (21:20 +0000)
commitbc5982374a08c150d1a95bf582ff0ca21f7f51e5
treedbb6da43da1b182826e0e3c65095175c7d0ce37a
parentca405ec114d13c68bb0ea770916afd4e1e16cc8c
Bug 16249: Zebra-specific tests should pass with ES disabled

This patch makes the t/db_dependent/Search.t tests correctly set
'Zebra' for the 'SearchEngine' syspref.

To test:
- On top of bug 12478 branch, run
  $ prove t/db_dependent/Search.t
=> FAIL: Tests fail
- Apply the patch
- Run:
  $ prove t/db_dependent/Search.t
=> SUCCESS: Tests now pass.

Signed-off-by: Chris <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
t/db_dependent/Search.t