[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-19-gc4c7ea4

Git repo owner gitmaster at git.koha-community.org
Wed Apr 6 15:51:03 CEST 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, 3.22.x has been updated
       via  c4c7ea475b813d97595a6114ef2e31028ec6efe5 (commit)
      from  97de8be7046833a3a1e6ced3e3d512c89ca8cb85 (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 c4c7ea475b813d97595a6114ef2e31028ec6efe5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 30 11:30:01 2016 +0100

    Bug 15323: Use fixtures for the active currency
    
      prove t/Prices.t
    fails after bug 15084 has been pushed
    It's caused by
      commit 1538e9ecf47642c4974693ff499c3e95e4d71977
        Bug 15084: Replace C4::Budgets::GetCurrencies with
        Koha::Acquisition::Currencies->search
    
    Koha::Number::Price->_format_params calls
    Koha::Acquisition::Currencies->get_active, which requests the DB.
    The currency data should be mocked.
    
    Test plan:
    sudo service mysql stop
    prove t/Prices.t
     should return green
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    Patch works as expected and passes the qa-tools tests.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 0a14e22d59343475ed6970b82b474a80e43d8e29)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 t/Prices.t |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list