[koha-commits] main Koha release repository branch master updated. v16.11.00-30-g15ed138

Git repo owner gitmaster at git.koha-community.org
Mon Dec 5 16:36:06 CET 2016


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  15ed13845ff1c54605434a8f3100a72534af2351 (commit)
       via  c275cf490fae608d9eec17d5ed55e5cd3f73c350 (commit)
      from  b74d04543593bc4ead9da839c6692bf2d1841712 (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 15ed13845ff1c54605434a8f3100a72534af2351
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 2 15:32:13 2016 -0300

    Bug 17716: (followup) Remove dep on existing data and tidy
    
    This patch removes the requirement for this tests for the DB to include
    at least 10 borrowers to pass. Borrowers are now created on each run
    using t::lib::TestBuilder and a loop.
    
    Bonus: some tiny changes to tidy the file.
    
    To test:
    - Run:
      $ prove t/db_dependent/CourseReserves.t
    SUCCESS => Tests pass with and without the patch.
    - Sign off :-D
    
    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>

commit c275cf490fae608d9eec17d5ed55e5cd3f73c350
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Dec 2 15:21:58 2016 -0300

    Bug 17716: Remove itemtype-related t/db_dependent/CourseReserves.t
    
    This patch makes t/db_dependent/CourseReserves.t create
    good sample data for its tests. It does so by creating a random
    itemtype.
    
    To test:
    - Run
      $ prove t/db_dependent/CourseReserves.t
    => FAIL: lots of warnings about "item-level_itypes set but no itemtype
      set for item"
    - Apply the patch
    - Run:
      $ prove t/db_dependent/CourseReserves.t
    => SUCCESS: Tests are green, and no warnings.
    - Sign off :-D
    
    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/CourseReserves.t |   48 +++++++++++++++++++++++++++------------
 1 file changed, 33 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list