https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42391
--- Comment #33 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
