Koha/t/lib
Tomas Cohen Arazi 8fce3401e7 Bug 28234: TestBuilder->build_sample_biblio should set UTF-8 encoding for record
This patch makes the build_sample_biblio method, correctly set the UTF-8
flag for the MARC::Record object.

Tests are added.

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/TestBuilder.t
FAIL: Tests fail! An unexpected encoding warning shows
3. Apply this patch
4. Repeat 2
=> SUCCESS: No warning! Tests pass!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-04-28 10:34:36 +02:00
..
Koha Bug 24000: Some modules do not return 1 2021-04-06 15:56:30 +02:00
QA Bug 27336: Fix xt/find-missing-filters.t 2021-01-11 10:27:37 +01:00
Dates.pm
Mocks.pm
Selenium.pm Bug 27055: Fix compatibility with newer Firefox+Selenium version 2020-12-30 12:04:49 -03:00
TestBuilder.pm Bug 28234: TestBuilder->build_sample_biblio should set UTF-8 encoding for record 2021-04-28 10:34:36 +02:00