[koha-commits] main Koha release repository branch master updated. v16.11.00-280-g71740f9

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 14:49:20 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  71740f98a8c9d74e3d57e8ff51e1a9f806da89b6 (commit)
       via  13923e7b0598b09d21647558f42ca54c31abf470 (commit)
      from  cd771f36867cab33ad74e47234eac5a7782ffab2 (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 71740f98a8c9d74e3d57e8ff51e1a9f806da89b6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 3 13:13:32 2017 -0300

    Bug 17836: (ILSDI) Regression test
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 13923e7b0598b09d21647558f42ca54c31abf470
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 3 13:14:25 2017 -0300

    Bug 17836: (ILSDI) Make GetPatronInfo fill 'charges' correctly
    
    This trivial fix corrects a typo on C4/ILSDI/Services.pm.
    It was hidden because the tests for ILSDI only cover the 'attributes'
    portion of the response. I added regression tests for this.
    
    To test:
    - Have the regression test patch applied
    - Run:
      $ prove t/db_dependent/ILSDI_Services.t
    => FAIL: Tests fail because 'charges' is always set to 1
    - Apply the patch
    - Run:
      $ prove t/db_dependent/ILSDI_Services.t
    => SUCCESS: Tests pass
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/ILSDI/Services.pm            |    2 +-
 t/db_dependent/ILSDI_Services.t |    9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list