[Koha-bugs] [Bug 16174] Warning in tt_valid.t due to bug 15527

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 30 20:18:36 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16174

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 49692
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49692&action=edit
Bug 16174: Warning in tt_valid.t due to bug 15527

Bug 15527 introduced a new directory (xslt) on the top level OPAC templates
directory. The tt_valid.t script should include that top level dir on the list
of excluded dirs so it doesn't look for themes there.

To test:
- Run
  $ prove xt/tt_valid.t
=> FAIL: You get the following warning:
Can't stat koha-tmpl/opac-tmpl/xslt/en: No such file or directory
 at xt/tt_valid.t line 8
- Apply the patch
- Run
  $ prove xt/tt_valid.t
=> SUCCESS: Tests pass and don't raise warnings.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list