[koha-commits] main Koha release repository branch, master, updated. v3.02.00-beta-177-g037686e

Git repo owner gitmaster at git.koha-community.org
Wed Oct 6 16:44:00 CEST 2010


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  037686eff21d72df910c4cef78ec01d33b8475cc (commit)
       via  552a64864878f8ad99543111dbbde4fe5a7be12c (commit)
       via  58e2f6a99150d67c92841f8391adec353d65a814 (commit)
       via  f19307b54cfeb023d02231d7f7a05b65a67808b1 (commit)
      from  e76bb63ae4f3acd5bd69ca80fb16874c3876023a (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 037686eff21d72df910c4cef78ec01d33b8475cc
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Oct 6 10:39:57 2010 -0400

    various improvements to t/db_dependent/VirtualShelves.t
    
    * updated to reflect recent (and old) changes to the API
    * corrected test plan
    * adopted Test::More
    * correctly handle and test functionality to not add duplicate
      bibs to a list
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 552a64864878f8ad99543111dbbde4fe5a7be12c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Oct 6 10:38:09 2010 -0400

    removed AddToShelfFromBiblio from C4::VirtualShelves
    
    Back in the day, lists could contain item records instead or in addition
    to bibs, but that hasn't been the case for a while.  Therefore, removed
    AddToShelfFromBiblio, which does exactly the same thing that AddToShelf does.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 58e2f6a99150d67c92841f8391adec353d65a814
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Oct 6 09:51:55 2010 -0400

    fix test plan and false test errors in Search.t
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f19307b54cfeb023d02231d7f7a05b65a67808b1
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Oct 6 09:44:18 2010 -0400

    fix test plan for SQLHelper.t
    
    Also removed incorrect comments about test case numbers - we should
    just let Test::More number them.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/VirtualShelves.pm                |   50 +++---------------
 opac/opac-addbybiblionumber.pl      |    2 +-
 t/db_dependent/SQLHelper.t          |   24 +-------
 t/db_dependent/Search.t             |   26 +++++----
 t/db_dependent/VirtualShelves.t     |  103 +++++++++++++++--------------------
 virtualshelves/addbybiblionumber.pl |    2 +-
 6 files changed, 69 insertions(+), 138 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list