Bug 10171: (QA followup) Make search tests use the right form
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 2 May 2016 18:47:03 +0000 (15:47 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 4 May 2016 14:14:50 +0000 (14:14 +0000)
commit9f18c16872e0258a919247ac3d05219d46215eac
tree1a8341d637bebfc9201b5bd89af55c2d32758f6d
parentb09460de906a91e34888a7967111090810d39fcd
Bug 10171: (QA followup) Make search tests use the right form

This bug removed the search tab from the main search box, so the tests
that use /cgi-bin/koha/catalogue/search.pl for searching, should use
the advanced search box instead.

To test:
- Run
  $ prove t/db_dependent/www/search_utf8.t
=> FAIL: Several tests related to searching on the intranet interface fail.
- Apply the patch
- Run
  $ prove t/db_dependent/www/search_utf8.t
=> SUCCESS: Tests pass
- Be happy

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/www/search_utf8.t