Summary: | Calendar.t failing exception holiday test | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, mtj, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9031 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2017-05-25 18:56:06 UTC
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. |