https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18749
Josef Moravec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64086|0 |1 is obsolete| | --- Comment #2 from Josef Moravec <[email protected]> --- Created attachment 64180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64180&action=edit [SIGNED-OFF] Bug 18749 - xt/sample_notices.t fails Bug Description: When performing a unit test on xt/sample_notices.t with the command 'prove xt/sample_notices.t' 11 tests fail with the error message "No sample notice to delete". Cause of bug: The failures are caused by an incorrect file path on Line 25 of xt/sample_notices.t. Patch Description: This patch corrects the failures by changing $base_notices_file from "en/default/sample_notices.sql" to "en/mandatory/sample_notices.sql" Test Plan: 1) Drop into koha-shell and run the command 'prove xt/sample_notices.' 2) 11 unit tests fail. 3) Apply the patch. 4) Re-run 'prove xt/sample_notices.t' 5) All of the tests pass now. 6) Quit out of koha-shell Signed-off-by: Josef Moravec <[email protected]> -- You are receiving this mail because: 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/
