[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-35-g72d0dc6

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 14:42:21 CET 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, master has been updated
       via  72d0dc6ed35ce3ea480bbc58a5518c089313894f (commit)
      from  b7c4ff5bf9e28f910801e1f1229951e61e8b23c4 (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 72d0dc6ed35ce3ea480bbc58a5518c089313894f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Nov 9 11:15:36 2015 -0300

    Bug 15159: TestBuilder behaviour on AI values should be tested
    
    This patch introduces a test for t::lib::TestBuilder to check it
    doesn't mess with AI values. As it is generating random values based
    on the defined column type, chances are that it is creating the
    AI values on its own, instead of letting the DB handle it.
    
    This could be problematic of course. This test uses the 'biblio' table
    by creating two values and checking their biblionumbers are consecutive.
    
    To test:
    - Apply the patch
    - Run:
      $ prove t/db_dependent/TestBuilder.t -v
    => SUCCESS: The new tests are run and:
       - biblio.biblionumber is detected as an auto-increment column
       - generated biblionumbers are consecutive
    - Sign off
    
    Regards
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    All tests successful.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 t/db_dependent/TestBuilder.t |   25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list