[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-740-gbfbc646

Git repo owner gitmaster at git.koha-community.org
Thu Jun 27 17:15:10 CEST 2013


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  bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1 (commit)
       via  4e51ec5aae50c878bbdca6994361b12d7ba20d0a (commit)
      from  1646de2cdfcd9891b075cb72454c7be0c80895ca (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 bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri May 24 16:18:59 2013 +0200

    Bug 10336: HoldsQueue.t needs to create its own data
    
    After applying this patch and the patch submitted in bug 10495, you can
    run prove t/db_dependent/HoldsQueue.t and admire that all tests pass.
    
    This patch creates a borrower and uses Koha routines instead of directly
    updating the database.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4e51ec5aae50c878bbdca6994361b12d7ba20d0a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jun 19 10:30:58 2013 -0700

    bug 10495: set precondition for HoldsQueue test
    
    t/db_dependent/HoldsQueue.t assumed, but did not check,
    that the AutomaticItemReturns system preference was off
    at the beginning of the test un.  This patch makes sure
    that that assumption is met.
    
    To test:
    
    [1] Make sure that at least one item is on loan (this is
        another assumption that the test case makes, one
        that should be corrected with the work proposed
        for bug 10336.
    [2] Turn the AutomaticItemReturn system preference on.
    [3] Run the test:
    
    prove -v t/db_dependent/HoldsQueue.t
    
    [4] Tests 4 and 6 should fail.
    [5] Apply the patch.
    [6] Run the test case again; this time, all tests should pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 t/db_dependent/HoldsQueue.t |   50 +++++++++++++++++++++++++------------------
 1 files changed, 29 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list