Bug 13199: Test incoherence between 'en' sample notices and translated notices
authorFrédéric Demians <f.demians@tamil.fr>
Tue, 4 Nov 2014 20:04:24 +0000 (21:04 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 20 Nov 2014 12:47:44 +0000 (09:47 -0300)
commit48ade942a2431e5758bdbbbefa5c5ac3af4b6a99
tree348d5865284cc6a09ad75c8921dc5a26506d7f26
parent2937eaeeae1b3c05aaeac6c8c16c51221ad402c5
Bug 13199: Test incoherence between 'en' sample notices and translated notices

This test identifies incoherences between translated sample notices and the
'en' reference file.

Koha sample notices are loaded to 'letter' table from a text SQL file
during Koha installation by web installer. The reference file is the one
provided for English (en) installation :

  <koha_root>/installer/data/mysql/en/mandatory/sample_notices.sql

Alternatives files are provided for other languages. Those files are difficult
to keep synchronized with reference file. This could be an functional issue
since some Koha operation depend on notice existence, for example Print Slip in
Circulation.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Test works and identify missing notices
A few koha-qa errors fixed in followup

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
xt/sample_notices.t [new file with mode: 0755]