Bug 19979: Fix get_facets_info test in Search.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 16 Jan 2018 13:28:36 +0000 (14:28 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 23 Mar 2018 10:26:55 +0000 (10:26 +0000)
commit254684c3ed70f1f07023a9a1ebd8d078dcb633dc
tree986eca0a6a5578352515274d639e0a06e4ab3e90
parentb671510474fc00e82d5dbec0ff59c92bea7bcb31
Bug 19979: Fix get_facets_info test in Search.t

The test should remove the holdingbranch key in the expected results when
there is only one branch.
See the logic in C4::Koha.

Test plan:
[1] Run Search.t on a database with multiple branches.
[2] Run Search.t on a database with one branch. Without this patch the test
    would fail: Failed test '_get_facets_info returns the correct data'.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/db_dependent/Search.t