[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-71-g7c2ed6d

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 12:06:04 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  7c2ed6d4863ef7904241529e5764baf8a094a38b (commit)
       via  9b3e91c218683fa486416ad1a65f468b8874c5d8 (commit)
       via  17bd3a5debfcdce5e1b2fa55a3cdebcc4850ab8e (commit)
       via  cd8fc9afcdf6a9c0b8420882ac32e81db9ecfd72 (commit)
      from  fbc8114f54dd2f684f4fbdb0fbf4a5d44b534136 (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 7c2ed6d4863ef7904241529e5764baf8a094a38b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 10 18:02:14 2016 +0000

    Bug 16636 [QA Followup] - Move tests to t/External
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 1fda4105a8a0f1e2165e27cea8314b578196dba2)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit fcbb59f25e25d86cc5be82595d330aa1b534b3cc)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 9b3e91c218683fa486416ad1a65f468b8874c5d8
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 10 10:31:34 2016 +0200

    Bug 16636: [QA Follow-up] Move External_BakerTaylor.t to t
    
    When we mock the preferences completely now, we do not need
    db access anymore.
    
    Test plan:
    Run the test without exporting KOHA_CONF.
    The test passes with some warns about koha-conf.xml.
    If you point KOHA_CONF to etc/koha-conf.xml, you have no warns.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 7f4682df0dfa460c0e2ef9117e032165a45d6e79)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit af029c8655eb90e604286118ac6065851088bd57)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 17bd3a5debfcdce5e1b2fa55a3cdebcc4850ab8e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 10 09:30:51 2016 +0200

    Bug 16636: [QA Follow-up] Make BakerTaylor plack safe
    
    Initialize file level lexicals each call. Do not call _initialize
    outside the module.
    Adjust test by mocking preferences.
    
    Test plan:
    Run t/db_dependent/External_BakerTaylor.t.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested module with trivial script under Plack/memcached by toggling
    the associated preferences.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 5361440f6538127c8c3ec61d963d5f0692c64a71)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit c8ef873ee9fe97210d00d450a19f6ad52036b400)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit cd8fc9afcdf6a9c0b8420882ac32e81db9ecfd72
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jun 1 20:43:30 2016 -0400

    Bug 16636: t/00-load.t warning from C4/External/BakerTaylor.pm
    
    Since the tests are expecting an initialize function, the
    initialize call was just moved outside of the INIT block.
    
    TEST PLAN
    ---------
    1) prove t/00-load.t
       -- warnings about INIT for BakerTaylor
    2) prove `git grep -l BakerTaylor | grep [.]t$`
       -- should all run okay
    3) apply patch
    4) repeat steps 1 and 2
       -- warning should be gone, and everything else run okay
    5) run koha qa test tools
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Florent Mara <florent.mara at gmail.com>
    
    NOTE: Tweaked test plan based on comment #4,
          Added sign off based on comment #6.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit b4479624de2010fff8851732e94d086b2cca6921)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 9c7c4f02ddad4045fde7ecf68c03389bb6f10436)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/External/BakerTaylor.pm                       |   23 ++++++++++-----
 t/External/BakerTaylor.t                         |   33 +++++++++++++++++++++
 t/{External_Syndetics.t => External/Syndetics.t} |    0
 t/db_dependent/External_BakerTaylor.t            |   34 ----------------------
 4 files changed, 48 insertions(+), 42 deletions(-)
 create mode 100755 t/External/BakerTaylor.t
 rename t/{External_Syndetics.t => External/Syndetics.t} (100%)
 delete mode 100755 t/db_dependent/External_BakerTaylor.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list