http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327
Mason James <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #179 from Mason James <[email protected]> --- (In reply to comment #178) > Created attachment 10659 [details] > Bug 5327 - Unit tests required for all C4 modules > > renamed: Koha.t -> db_dependent/Koha.t > > Signed-off-by: Mason James <[email protected]> test works well $ prove -v ./t/db_dependent/Koha.t ./t/db_dependent/Koha.t .. 1..8 ok 1 - use C4::Koha; ok 2 - slashifyDate ok 3 - xml_escape() returns empty string on undef input ok 4 - xml_escape() works as expected ok 5 - ... and does not change input in place ok 6 - _isbn_cleanup removes hyphens ok 7 - _isbn_cleanup removes parenthetical ok 8 - _isbn_cleanup converts ISBN-13 to ISBN-10 ok All tests successful. Files=1, Tests=8, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.22 cusr 0.02 csys = 0.27 CPU) Result: PASS -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
