[koha-commits] main Koha release repository branch master updated. v3.22.00-292-g3430e55

Git repo owner gitmaster at git.koha-community.org
Sat Jan 23 19:37:03 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  3430e554cacfb31e9085fd2e209728662936dc3e (commit)
       via  538320123debe5bc11195ffaff0fcb1bca2cd818 (commit)
      from  e4715453e321c04da66c85143e7c8737947eaa75 (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 3430e554cacfb31e9085fd2e209728662936dc3e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 14 12:27:55 2016 +0000

    Bug 15578: Make sure all params will be taken into account when instantiating
    
    The tests in t/db_dependent/Koha_Authority.t expects at least 1
    authority record in the DB to run them, otherwise they are skipped.
    On our integration server, the DB does not contain any records, and the
    tests are skipped.
    Unfortunately these tests were testing the authid method of
    Koha::MetadataRecord::Authority.
    
    Test plan:
    Apply the first patch, launch tests
    => Fail
    Apply the second patch, launch tests
    => \o/
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Test pass successfuly
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 538320123debe5bc11195ffaff0fcb1bca2cd818
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 14 12:27:32 2016 +0000

    Bug 15578: Insert authority records before processing tests
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/MetadataRecord.pm          |   13 ++--------
 t/db_dependent/Koha_Authority.t |   52 +++++++++++++++++++++++----------------
 2 files changed, 33 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list