https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #53 from Martin Renvoize (ashimema) <[email protected]> --- So.. we'll have other failing tests.. t/db_dependant/Biblio.t for example.. this is because we're actually testing that putting bad characters into the database should succeed and with this patchset it doesn't.. given that's the idea of this patchset.. to prevent bad data ever making it's way into the database I'm not sure how to proceed. We can continue to add tests for bad data to ensure we capture it and deal with it when reading data out (should someone decided to put it in directly using database queries).. but should we continue to allow ModBiblio to "press on regardless".. personally I think not. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
