[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.10-12-gd209815

Git repo owner gitmaster at git.koha-community.org
Fri May 29 09:34:58 CEST 2015


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.16.x has been updated
       via  d209815421ae09f492b03666a587c3aef05f62c0 (commit)
       via  eea7323622e0d9a5cbbe3598dc2a7a9dbfe341f4 (commit)
       via  b42f8cf1b23dc0eb3c3bd6e43c3d532fd8ff31bc (commit)
      from  0c591aa0b117ac0059e0ad84bdbca05c58605f63 (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 d209815421ae09f492b03666a587c3aef05f62c0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 25 09:12:36 2014 -0400

    Bug 12445 [QA Followup] - Clear issues table before clearing borrrowers table
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass, even more now than before.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit eea7323622e0d9a5cbbe3598dc2a7a9dbfe341f4
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Thu Jun 19 16:32:05 2014 +0200

    Bug 12445: ading unit tests to test the routines : CountSuggestion, ConnectSuggestionAndBiblio, SearchSuggestion, GetSuggestionInfo, DelSuggestion, GetSuggestionByStatus
    
    These routines were not tested
    
    Test plan:
    1/ Execute the command : prove t/db_dependent/Suggestions.t
    2/ The result has to be a success without error or warning :
    t/db_dependent/Suggestions.t .. ok
    All tests successful.
    Files=1, Tests=89,  1 wallclock secs ( 0.05 usr  0.01 sys +  1.52 cusr  0.08 csys =  1.66 CPU)
    Result: PASS
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Test pass, no koha-qa errors
    
    But now there are 91!
    prove t/db_dependent/Suggestions.t
    t/db_dependent/Suggestions.t .. ok
    All tests successful.
    Files=1, Tests=91,  2 wallclock secs ( 0.05 usr  0.00 sys +  1.77 cusr  0.10 csys =  1.92 CPU)
    Result: PASS
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit b42f8cf1b23dc0eb3c3bd6e43c3d532fd8ff31bc
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Thu Jun 19 09:14:24 2014 +0200

    Bug 12445: Improving unit tests for C4::Suggestions.pm
    
    Now, the tests used 'is' instead of 'ok', the tests are wrapped in a transaction, adding tests for the routines NewSuggestion, GetSuggestion, ModSuggestion, GetSuggestionFromBiblionumber and GetInfoFromBiblionumber.
    
    The tests for the routines DelSuggestionsOlderThan, CountSuggestion, ConnectSuggestionAndBiblio, SearchSuggestion, GetSuggestionInfo, DelSuggestion and GetSuggestionByStatus will be arrived in another patch.
    
    Test plan:
    1/ Execute the command : prove t/db_dependent/Suggestions.t
    2/ The result has to be a success without warning or error :
    t/db_dependent/Suggestions.t .. ok
    All tests successful.
    Files=1, Tests=32,  2 wallclock secs ( 0.03 usr  0.01 sys +  1.49 cusr  0.08 csys =  1.61 CPU)
    Result: PASS
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 t/db_dependent/Suggestions.t |  233 +++++++++++++++++++++++++++++++++++++++---
 1 file changed, 216 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list