https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35142 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200673&action=edit Bug 35142: (follow-up) Fix test plan count in Koha/Biblio.t The normalized_oclc subtest was expanded from 1 to 3 internal tests, but this does not change the top-level plan count (a subtest counts as a single test). The top-level plan was incorrectly bumped from 43 to 44, causing: Bad plan. You planned 44 tests but ran 43. Revert the plan to 43. Test plan: 1. prove t/db_dependent/Koha/Biblio.t => FAIL before, PASS after Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.