11 Jun
2016
11 Jun
'16
6:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16607 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.