[koha-commits] main Koha release repository branch master updated. v3.22.00-585-g0195a2a

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 02:53:33 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  0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759 (commit)
       via  84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a (commit)
       via  3b875d3a2f57557d31a569a8d9a6aadc45e86f84 (commit)
      from  35ea672e7af39e3e54ef0822b85da4ba19ed21bf (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 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Feb 11 23:30:36 2016 -0500

    Bug 15777 - Refactor and fix the RecordProcessor class
    
    TEST PLAN
    ---------
    1) Apply all three patches
    2) prove -v t/RecordProcessor.t
       -- all should be successful
    3) run koha qa test tools
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Feb 11 23:23:27 2016 -0500

    Bug 15777 - Fix base class to prove refactor and fix required
    
    TEST PLAN
    ---------
    1) Apply the testing patch and this patch
    2) prove -v t/RecordProcess.t
       -- will complain about string use with "use strict".
          This is because it is using the module name, instead
          of the object instantiated with new().
    3) run koha qa test tools.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 3b875d3a2f57557d31a569a8d9a6aadc45e86f84
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Feb 10 11:18:40 2016 -0500

    Bug 15777 - Test to prove initialization isn't working correctly.
    
    TEST PLAN
    ---------
    1) Apply this testing patch
    2) prove -v t/RecordProcessor.t
       -- tests will fail.
    3) run koha qa test tools
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/RecordProcessor.pm      |   13 +++++++------
 Koha/RecordProcessor/Base.pm |    2 +-
 t/RecordProcessor.t          |   11 +++++++++--
 3 files changed, 17 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list