]> git.koha-community.org Git - koha.git/commit
Bug 19071: Fix Circulation/issue.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 10 Aug 2017 07:13:44 +0000 (09:13 +0200)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 03:42:06 +0000 (16:42 +1300)
commite3d4b94d67b5c325a3dcb25f555a6b3a4fd6cb48
treee816ec25ea66b2c4bd75b95336338e9ed09872ad
parent23d2002d424e58bc39e04a415b4d9ecf487cbe88
Bug 19071: Fix Circulation/issue.t

Resolve:
DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/issue.t line 65.

Cause:
See also bug 19070.
We do not need to delete all branches here.

Test plan:
Run t/db_dependent/Circulation/issue.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>
t/db_dependent/Circulation/issue.t