8 Feb
2021
8 Feb
'21
3:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850 --- Comment #83 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #79)
Created attachment 116358 [details] [review] Bug 24850: Don't fallback when date_format is passed
I was trying to understand where this $do_fallback was tested. I removed it to the following line: + } elsif ( $do_fallback && $date_string =~ $fallback_re ) { but the test is not failing explicitly: t/DateUtils.t .. 1/80 # Looks like you planned 80 tests but ran 79. Can you highlight this use case in the tests please? -- You are receiving this mail because: You are watching all bug changes.