http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10895
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from M. de Rooy <[email protected]> --- 'branchcode' => 'LIB1' }; DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`kohatest`.`borrowers`, CONSTRAINT `borrowers_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES `categories` (`categorycode`)) at /usr/share/koha/testclone/C4/SQLHelper.pm line 184. # Sample Borrower added. CHECK: 0 MflvoMfsof # 199954 - LIB1 # 199955 - LIB2 Mark: It seems that your tests depend on some branch codes that do not always exist. Could you take that into account? Perhaps add these branch codes in that case, and roll back at the end? -- 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/
