https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42391 --- Comment #33 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim (ammopt) from comment #32)
Created attachment 202199 [details] [review] Bug 42391: (RM follow-up): Fix stale warning_like tests missed by exception_action refactor
looking at this: ``` $mod_suggestion4->{manageddate} = 'invalid date!'; -warning_like( - sub { - ModSuggestion($mod_suggestion4); - }, - qr{Incorrect date value: 'invalid date!' for column .*manageddate} -); +ModSuggestion($mod_suggestion4); ``` The warn seems to be useful. Does it mean we are going to hide the error and fails silently now? -- You are receiving this mail because: You are watching all bug changes.