[koha-commits] main Koha release repository branch master updated. v3.22.00-276-g8db6b0f

Git repo owner gitmaster at git.koha-community.org
Tue Jan 19 13:29:40 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  8db6b0f5330f16d4e3f100987597d0ce72645d07 (commit)
      from  b43b9bbfb9f452a62f17f0d1a27cb51702e416cf (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 8db6b0f5330f16d4e3f100987597d0ce72645d07
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Sat Jan 16 01:28:45 2016 +0000

    Bug 15586 - References to Koha::Branches remain in unit tests
    
    The unit tests BiblioObject.t and Hold.t still have references to
    Koha::Branches that need to be changed to Koha::Libraries. These tests
    currently fail because of this.
    
    Test Plan:
    1) prove t/db_dependent/BiblioObject.t should fail
    2) prove t/db_dependent/Hold.t should fail
    3) Apply this patch
    1) prove t/db_dependent/BiblioObject.t should pass
    2) prove t/db_dependent/Hold.t should pass
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/BiblioObject.t |    4 ++--
 t/db_dependent/Hold.t         |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list