[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-780-g7957dd2

Git repo owner gitmaster at git.koha-community.org
Mon Jul 8 16:21:31 CEST 2013


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  7957dd2a06cd20997f50f49aa1b77e24589ae71c (commit)
       via  47cf3ec24ded468ca4b7b79c8b000b1bdb13d1a8 (commit)
       via  6e6c7608b7d9b13d3af8d2115659ef142adb1b01 (commit)
      from  570209ec133a0d281c967914629fe0b2c5cf2500 (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 7957dd2a06cd20997f50f49aa1b77e24589ae71c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jul 8 14:29:32 2013 +0000

    Bug 10289: (follow-up) don't set cardnumber for test patron
    
    Since the patron barcode is nullable, and since the tests using
    the test patron don't care what the barcode is, don't set it.  This
    avoids the tests failing if the test database happens to already
    have a patron record with the hard-coded barcode that used
    to be supplied.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 47cf3ec24ded468ca4b7b79c8b000b1bdb13d1a8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jul 8 14:27:14 2013 +0000

    Bug 10289: (follow-up) wrap tests in transaction
    
    Applying new standard method for handling tear-down
    of test data.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6e6c7608b7d9b13d3af8d2115659ef142adb1b01
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon May 20 16:37:10 2013 +0200

    Bug 10289: UT: Reserves.t needs to create its own data
    
    Try before the patch:
    prove t/db_dependent/Reserves.t
    
    And after, it should produce:
      t/db_dependent/Reserves.t .. 1/4 #
      # Creating biblio instance for testing.
      # Creating item instance for testing.
      # Deleting item testing instance.
      # Deleting biblio testing instance.
      # Deleting borrower.
      t/db_dependent/Reserves.t .. ok
      All tests successful.
      Files=1, Tests=4,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.39 cusr  0.02 csys =  0.44 CPU)
      Result: PASS
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 t/db_dependent/Reserves.t |   76 +++++++++++++++++++-------------------------
 1 files changed, 33 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list