http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12427
--- Comment #7 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
