[Koha-bugs] [Bug 7994] Syntax error in yaml (syspref) files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 12 11:27:34 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7994

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #18 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA Comments:
1/ Usage is not correct:
+=head1 USAGE
+
+From Koha root directory:
+
+prove -v xt/tt_valid.t

2/ It not possible to launch the test file from the koha home directory (prove
xt/yaml_valid.t) (see the FindBin module)

3/ Don't you think it would be more friendly to do a test file (thus using
Test::More) for your pl file ?

4/ You add a new dependency Test::YAML::Valid. I dont know if we have to add
this dependency to koha (given that it is used for unit tests).

Marking as Failed QA.

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


More information about the Koha-bugs mailing list