Bug 18336: Full stack tests for supplemental UTF-8 chars
commitd74c5393edf35d6cb3728ef109125bff05869a02
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Jan 2018 16:16:26 +0000 (22 13:16 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Feb 2018 20:53:42 +0000 (16 17:53 -0300)
treeacce9baf5a84d7a9932081e1af87bc0f5022bcea
parentd1ccd5ed35be6fa5252a65005a7374d340b2acf9
Bug 18336: Full stack tests for supplemental UTF-8 chars

This patch introduces tests for Koha's support for 4-byte supplemental
UTF-8 chars. encoding/decoding tools handle this gracefuly. The missing
piece is the MySQL DB backend.

The tests in this patch:
- Adds a couple records for each flavour (MARC21 and UNIMARC) so
  search_utf8.t tests 4-byte chars are handled correctly
- Adds emoji testing in auth_values_input_www.t

To test:
- Apply this patch
- Run:
  $ kshell
 k$ prove t/db_dependent/www/search_utf8.t \
          t/db_dependent/www/auth_values_input_www.t
=> FAIL: It should fail if the DB hasn't been migrated into using
utf8mb4

Sponsored-by: Hotchkiss School
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/www/auth_values_input_www.t
t/db_dependent/www/data/marc21utf8supprec.mrc [new file with mode: 0644]
t/db_dependent/www/data/unimarcutf8supprec.mrc [new file with mode: 0644]
t/db_dependent/www/search_utf8.t