19 Jun
2014
19 Jun
'14
1:31 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12427 --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- Looking quickly at this patch, the only dependencies are + categorycode => 'S', + branchcode => 'CPL', This is the case for almost ALL db dependent unit tests. Some tests are very painful to write (for instance, try to write a unit tests in the ACQ module...). It is good not to have to add all data before starting to test something. -- You are receiving this mail because: You are watching all bug changes.