new automated test for template translatability
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 23 Jun 2008 15:01:33 +0000 (10:01 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 23 Jun 2008 15:34:31 +0000 (10:34 -0500)
commit5122c4b1d8e89fcc115f117ba1731834e5d94fdf
tree462a61187a0efbe04b6f0e1f2e8d61f67fb9c10a
parentbed151991b7b2d4b10ff5843cbed3a81e7c00487
new automated test for template translatability

This test verifies that the English OPAC and staff templates
can be processed by the string extractor (tmpl_process3.pl)
without error.  If a template contains a parsing error
(at least as far as tmpl_process3.pl is concerned), it may
not be correctly converted when a language translation
is applied.

To run this test, do

prove -v xt/author/translatable-templates.t

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
xt/author/translatable-templates.t [new file with mode: 0644]