https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 --- Comment #54 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 66588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66588 Bug12747 - Follow-up to QA Review of attachment 66588: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12747&attachment=66588) ----------------------------------------------------------------- ::: t/db_dependent/Breeding.t @@ +195,5 @@
+ +sub test_add_rowdata { + + my $old_preference = C4::Context->preference("AdditionalFieldsInZ3950ResultSearch"); + C4::Context->set_preference("AdditionalFieldsInZ3950ResultSearch","");
It would be better to mock the preference, so that failure would not affect the database. -- You are receiving this mail because: You are watching all bug changes.