[koha-commits] main Koha release repository branch master updated. v16.11.00-398-gadd1579

Git repo owner gitmaster at git.koha-community.org
Tue Feb 14 15:05:58 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  add15799229df7a1910d759f487c0006bf3f30ae (commit)
      from  21d63c8fb0c2ae3a8ca7caaf0d4041b7189213c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit add15799229df7a1910d759f487c0006bf3f30ae
Author: Mason James <mtj at kohaaloha.com>
Date:   Sun Jan 29 00:47:20 2017 +1300

    Bug 18009 - IssueSlip.t test fails if launched between 00:00 and 00:59
    
    to test patch...
    
    1/ set date between 00:00 and 00:59
    $ sudo date -s 'Sun Jan 29 00:41:55 NZDT 2017'
    
    2/ run prove, see fail
    $ prove -v t/db_dependent/Members/IssueSlip.t
    ...
    t/db_dependent/Members/IssueSlip.t (Wstat: 65280 Tests: 1 Failed: 0)
    Result: FAIL
    
    3/ apply patch
    
    4/ run prove, see pass
    $ prove -v t/db_dependent/Members/IssueSlip.t
    ...
    All tests successful.
    Result: PASS
    
    NOTE: for code obscurity you could have also done a modulus 24. ;)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/Members/IssueSlip.t |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list