Koha/t/db_dependent/www
Marcel de Rooy 71a9b187d8 Bug 14909: Warnings from search_utf8.t when empty idx= misses in base
The regex in this test looks like:
  opac-search.pl\?idx=&q=%CE%91%CE%B8%CE%AE%CE%BD%CE%B1
The result it got was:
  opac-search.pl?q=%CE%91%CE%B8%CE%AE%CE%BD%CE%B1

The empty idx should not be a reason to fail the test. I changed the
original regex to make the 'idx=&' part optional and added a base_unlike
test to verify that the base does not include a idx=\w+ anywhere.

Also corrected the typo Goog. Good!

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
All 66 tests now pass with me.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
2015-09-28 11:48:52 -03:00
..
data Bug 13264: Follow up on record files: deleted fields (952/995) with items info 2015-01-13 12:43:27 -03:00
auth_values_input_www.t Bug 13264: Add tests for Latin-1 vs. UTF-8 deduction 2015-01-13 12:43:26 -03:00
batch.t Bug 8300: Add mechanized unit test for batch import 2013-05-01 07:57:11 -04:00
history.t Bug 13579: Prefer like instead of ok to match a regex 2015-01-14 12:24:29 -03:00
search_utf8.t Bug 14909: Warnings from search_utf8.t when empty idx= misses in base 2015-09-28 11:48:52 -03:00