[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-93-g586be3a

Git repo owner gitmaster at git.koha-community.org
Thu Jan 16 17:27:05 CET 2014


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.14.x has been updated
       via  586be3a8267f95a39abd9e70649ab12e0562e236 (commit)
       via  52edddc55ab67602da047ebd8bf1a2637a1a77b2 (commit)
       via  ebf2237df43f64732a490452dd5a59ec0da18d53 (commit)
      from  c4ecc58fdb1d04b4afd49ea033de145f460d556f (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 586be3a8267f95a39abd9e70649ab12e0562e236
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Jan 9 15:51:11 2014 -0300

    Bug 11439: (follow up) add missing rollback call
    
    This UT got wrapped inside a transaction with autocommit=0 but
    the rollback call was inadvertedly ommited. Adding it.
    
    [RM note: an explicit rollback is not required, as the
     transaction will roll back automatically at the end of
     the DB session. Nonetheless, it hurts nothing to have
     it be explicit.]
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d6979f71a3f0d8ba2dc82d378ca903527f0d6ab9)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 52edddc55ab67602da047ebd8bf1a2637a1a77b2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 24 10:11:32 2013 +0100

    Bug 11439: UT: Improve XISBN.t
    
    The tests should be executed into a transaction and the SimpleSearch
    routine correctly mocked.
    
    Test plan:
    Verify that prove t/db_dependent/XISBN.t returns green.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 0d71139fff68523beee3f14ea26e0d670eb7c409)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit ebf2237df43f64732a490452dd5a59ec0da18d53
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 24 10:09:10 2013 +0100

    Bug 11439: UT: fix XISBN.t test failure
    
    A unit test fails in t/db_dependent/XISBN.t, the get_xisbn routine, if
    ThingISBN is enabled, returns the 3rd biblionumber, not the second one.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 81133cf2c2238aaff3b3594b95211c689d2dae61)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/db_dependent/XISBN.t |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list