4 Aug
2026
4 Aug
'26
4:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43203 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 203117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203117&action=edit Bug 43203: Correctly rollback test data Test plan: 1) In the database, verify how many biblios exist (select count(*) from biblio;) 2) Run prove t/db_dependent/Koha/Item.t 3) Check the count again, there should now be 3 extra bib records left from the test run 4) Apply patch 5) Repeat the process, the biblio count should never grow after test runs Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.