[koha-commits] main Koha release repository branch master updated. v3.14.00-530-g8d76441

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 17:25:34 CET 2014


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  8d76441a4c0eb33f4f4e8cf796e093ff12bfd334 (commit)
       via  f4251e85facb4e8597b2879dea1ea02e21d6a763 (commit)
       via  b8173f2cd997994590b84e0d2cd477777a773569 (commit)
       via  575aa91ffa422eecf5bb969a264ed41384bb44d2 (commit)
      from  bf3b1aac7b7bc422bea26bb2c045be69d93ef0bf (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 8d76441a4c0eb33f4f4e8cf796e093ff12bfd334
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 16:44:00 2014 +0000

    Bug 11224: (follow-up) clean up unit test for bug 10723
    
    This patch removes the remainder of the old unit test
    for bug 10723 and updates the label of the new test that
    now checks that SearchOrders({ pending => 1}) omits received
    orders.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f4251e85facb4e8597b2879dea1ea02e21d6a763
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 16:24:14 2014 +0000

    Bug 11224: (follow-up) apply tidying
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b8173f2cd997994590b84e0d2cd477777a773569
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 16:17:51 2014 +0000

    Bug 11224: (follow-up) incorporate test for bug 11777
    
    This patch adds authorisedby to the list of expected fields
    returned by SearchOrders().
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 575aa91ffa422eecf5bb969a264ed41384bb44d2
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sat Nov 9 14:28:07 2013 +0100

    Bug 11224 : Add UT to routines of C4::Acquisition returning order(s)
    
    C4::Acquisition need more UT, and more robust ones.  This patch
    adds some.
    
    This patch adds UT to
    - GetOrder
    - GetOrders
    - GetCancelledOrders
    - GetLateOrders
    
    It refactors UT for SearchOrders
    
    New UT use 2 new routines, used for check the list of fields returned
    by a routine:
        _check_fields_of_order
        _check_fields_of_orders
    These 2 routines could later be used by other UT
    
    _check_fields_of_order has its own UT (tests n°14,15,16).
    
    to test :
    prove -v t/db_dependent/Acquisition.t
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Unit tests pass, passes koha-qa.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa and t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm            |    1 +
 t/db_dependent/Acquisition.t |  912 ++++++++++++++++++++++++++++++++++--------
 2 files changed, 756 insertions(+), 157 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list