[koha-commits] main Koha release repository branch, master, updated. v3.02.00-598-g9df2a4a

Git repo owner gitmaster at git.koha-community.org
Sat Jan 29 05:02:49 CET 2011


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  9df2a4a8fc24ebb693ffb80a218b12137f8b282d (commit)
      from  12c116236f0f686005bbe035659778012bcaf862 (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 9df2a4a8fc24ebb693ffb80a218b12137f8b282d
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Jan 28 14:04:08 2011 -0500

    Bug 5477 [SIGN-OFF] Fix test cases that require database access
    
    This moves the DB-requiring tests out of the way, with the exception of
    00-load.t which is used by the git hooks. For it, it makes it skip
    loading problematic modules. This allows 'make test' to complete successfully
    without a database configured, wich is a required part of making packages.
    
    This has been tested against the v3.02.03 tag and the master branch.
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 t/00-load.t                                 |   17 ++++++++++++++---
 t/{ => db_dependent}/Auth.t                 |    0
 t/{ => db_dependent}/Auth_with_cas.t        |    0
 t/{ => db_dependent}/BackgroundJob.t        |    0
 t/{ => db_dependent}/External_BakerTaylor.t |    0
 t/{ => db_dependent}/Record.t               |    0
 t/{ => db_dependent}/Reports_Guided.t       |    0
 t/{Serials.t => db_dependent/Serials_2.t}   |    0
 t/{ => db_dependent}/Service.t              |    0
 t/{ => db_dependent}/Tags.t                 |    0
 t/{ => db_dependent}/UploadedFile.t         |    0
 t/{ => db_dependent}/VirtualShelves_Page.t  |    0
 12 files changed, 14 insertions(+), 3 deletions(-)
 rename t/{ => db_dependent}/Auth.t (100%)
 rename t/{ => db_dependent}/Auth_with_cas.t (100%)
 rename t/{ => db_dependent}/BackgroundJob.t (100%)
 rename t/{ => db_dependent}/External_BakerTaylor.t (100%)
 rename t/{ => db_dependent}/Record.t (100%)
 rename t/{ => db_dependent}/Reports_Guided.t (100%)
 rename t/{Serials.t => db_dependent/Serials_2.t} (100%)
 rename t/{ => db_dependent}/Service.t (100%)
 rename t/{ => db_dependent}/Tags.t (100%)
 rename t/{ => db_dependent}/UploadedFile.t (100%)
 rename t/{ => db_dependent}/VirtualShelves_Page.t (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list