https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16607
--- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #4) > In this case the developer uses TestBuilder to INSERT IGNORE a CPL branch in > just one line. He knows that TestBuilder will not insert it if it is already > there and he does not want to see the warning. This assumption is wrong, tests should create the data they need to pass and not rely on existing data. -- 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/
