https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24850
--- Comment #83 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
