[koha-commits] main Koha release repository branch master updated. v3.22.00-1044-g0a14e22

Git repo owner gitmaster at git.koha-community.org
Thu Mar 31 20:09:58 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, master has been updated
       via  0a14e22d59343475ed6970b82b474a80e43d8e29 (commit)
      from  7661629e9804cb3b0c1249a80bd5b797da2a0482 (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 0a14e22d59343475ed6970b82b474a80e43d8e29
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>

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

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