[Koha-bugs] [Bug 25621] New: Some tests in t/DateUtils.t fail when timezone is not UTC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 29 11:03:48 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25621

            Bug ID: 25621
           Summary: Some tests in t/DateUtils.t fail when timezone is not
                    UTC
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Test Suite
          Assignee: julian.maurice at biblibre.com
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

To reproduce:
1. Verify that TZ environment variable is not defined
2. Verify that $KOHA_CONF does not contain <timezone>
3. Run `date` to verify that you have a local time different than UTC
4. prove t/DateUtils.t

Expected output:
% prove t/DateUtils.t
t/DateUtils.t .. 1/76
#   Failed test 'dt_from_string handles seconds with 1 decimal place'
#   at t/DateUtils.t line 130.
#          got: '1325447940'
#     expected: '1325462340'

#   Failed test 'dt_from_string handles seconds with 2 decimal places'
#   at t/DateUtils.t line 133.
#          got: '1325447940'
#     expected: '1325462340'

#   Failed test 'dt_from_string handles seconds with 3 decimal places'
#   at t/DateUtils.t line 136.
#          got: '1325447999'
#     expected: '1325462399'

#   Failed test 'dt_from_string handles seconds with 3 decimal places and a
timezone'
#   at t/DateUtils.t line 139.
#          got: '1325447999'
#     expected: '1325462399'
# Looks like you failed 4 tests of 76.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list