[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-47-gb828a40

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 16:25:52 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, 3.22.x has been updated
       via  b828a40a7a4c766908fed8b20cf11568ad8bdd5e (commit)
       via  2d19153fc444abf35da4f65b8267be8f93bf21b4 (commit)
       via  94a375f39af38b384428eaca05970eece81b09a3 (commit)
      from  99a3e2162a6d552b3633b560ddd91a224a3a8b6e (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 b828a40a7a4c766908fed8b20cf11568ad8bdd5e
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
    (cherry picked from commit 0195a2af99d9e7cd15e39e5cb08d9be4b0ea1759)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 2d19153fc444abf35da4f65b8267be8f93bf21b4
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
    (cherry picked from commit 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 94a375f39af38b384428eaca05970eece81b09a3
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
    (cherry picked from commit 3b875d3a2f57557d31a569a8d9a6aadc45e86f84)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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