http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13532 --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 39007 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39007 Bug 13532 - Unit tests for Bugg 13261 Review of attachment 39007: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13532&attachment=39007) ----------------------------------------------------------------- ::: t/db_dependent/SIP_ILS.t @@ +1,1 @@
+#!/usr/bin/perl -d
Why -d? @@ +15,4 @@
BEGIN { use_ok('C4::SIP::ILS'); + new C4::Context;
Why new? @@ +22,5 @@
+use Koha::Borrower::Debarments; +use C4::Circulation; +use C4::Biblio; +use C4::Items; +use Sip;
What is Sip? -- You are receiving this mail because: You are watching all bug changes.