Test is failing on master - I haven't verified yet if that points to a real problem, so just setting to 'normal' for now. prove t/Calendar.t t/Calendar.t .. 1/38 # Failed test 'Exception holiday is not a closed day test' # at t/Calendar.t line 164. # got: '1' # expected: '0' # Looks like you failed 1 test of 38. t/Calendar.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/38 subtests
It depends on syspref 'CalendarFirstDayOfWeek' prove -v t/Calendar.t If CalendarFirstDayOfWeek is set to Sunday, test passes OK If CalendarFirstDayOfWeekset is set to Monday, test fails with: not ok 13 - Exception holiday is not a closed day test # Failed test 'Exception holiday is not a closed day test' # at t/Calendar.t line 164. # got: '1' # expected: '0'
Tests pass with the right standard config, so marking as WONTFIX.