Koha/xt
Bernardo Gonzalez Kriegel 1852b89afe Bug 12653: PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests
This patch removes explicit references of themes from

  xt/author/icondirectories.t
  xt/author/translatable-templates.t
  xt/author/valid-templates.t
  xt/single_quotes.t
  xt/tt_valid.t

For xt/author/icondirectories.t it fixes a small difference on
two bootstrap files, previously unchecked, crystal-clear/_COPYING.txt
and crystal-clear/_README.txt

Some updates to license information

To test:
1. Apply the patch
2. Run each test, all must pass
prove xt/author/icondirectories.t xt/author/translatable-templates.t xt/author/valid-templates.t xt/single_quotes.t xt/tt_valid.t

3. Try to fail each test

a) xt/author/icondirectories.t
create a new file on any of icon dirs, e.g.
touch koha-tmpl/opac-tmpl/bootstrap/itemtypeimg/newfile.png
test must fail

b) xt/author/translatable-templates.t
change the name of 'en' dir on any theme opac or staff
test must fail

Add following line to any template file
<span [% IF ( value ) %]name="name"[% ELSE %] js="_('">TEST [% INCLUDE 'fail.inc' %]</span>

c) xt/author/valid-templates.t must fail
d) xt/single_quotes.t must fail
e) xt/tt_valid.t must fail

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
2014-10-30 09:35:12 +13:00
..
author Bug 12653: PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests 2014-10-30 09:35:12 +13:00
find-license-problems
find-misplaced-executables
find-nonutf8
fix-old-fsf-address
fix-old-fsf-address.exclude
perltidyrc
permissions.t
single_quotes.t Bug 12653: PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests 2014-10-30 09:35:12 +13:00
tt_valid.t Bug 12653: PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests 2014-10-30 09:35:12 +13:00
verify-debian-docbook.t
yaml_valid.pl
yaml_valid.t