[koha-commits] main Koha release repository branch master updated. v3.20.00-1150-g7ce8584

Git repo owner gitmaster at git.koha-community.org
Fri Nov 6 19:52:59 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  7ce858491b86b6fe4f85c0cb5e50f66288c474b0 (commit)
       via  142eb5ed387c2ef65df8a02f9d63bb531067da36 (commit)
      from  57d74255498ab428b887bf9022cc3eae6a8b8bf7 (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 7ce858491b86b6fe4f85c0cb5e50f66288c474b0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Nov 6 14:42:28 2015 -0300

    Bug 14878: (QA followup) Remove useless diag
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 142eb5ed387c2ef65df8a02f9d63bb531067da36
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 22 17:34:16 2015 +0100

    Bug 14878: Tests - Create the branchcodes when needed
    
    Tests assume that the branchcodes CPL/MPL/etc. already exist in the DB.
    If they need them, they should create them.
    
    Test plan:
    Execute the differente test files on a DB without any branchcode or
    at least without CPL/MPL branches.
    Confirm that the tests pass.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Accounts.t                          |   12 +-
 t/db_dependent/Acquisition/OrderUsers.t            |   17 ++-
 t/db_dependent/Borrower_Debarments.t               |   16 ++-
 t/db_dependent/Borrower_Discharge.t                |   24 ++--
 t/db_dependent/Borrower_Files.t                    |   16 ++-
 t/db_dependent/Budgets.t                           |   22 +--
 t/db_dependent/Circulation.t                       |   57 ++++----
 t/db_dependent/Circulation/IsItemIssued.t          |   22 +--
 .../Circulation/IssuingRules/maxsuspensiondays.t   |   14 +-
 t/db_dependent/Circulation/Returns.t               |   23 +--
 t/db_dependent/Circulation_transfers.t             |   60 ++------
 t/db_dependent/CourseReserves.t                    |   19 ++-
 t/db_dependent/Creators/Lib.t                      |   30 ++--
 t/db_dependent/Holds/LocalHoldsPriority.t          |   27 +++-
 t/db_dependent/Holds/RevertWaitingStatus.t         |   25 ++--
 t/db_dependent/HoldsQueue.t                        |  131 ++++++++++--------
 t/db_dependent/Items.t                             |  146 ++++++++++++--------
 t/db_dependent/Items_DelItem.t                     |   16 ++-
 t/db_dependent/Koha_template_plugin_Branches.t     |   17 ++-
 t/db_dependent/Letters.t                           |   40 +++---
 t/db_dependent/Members.t                           |   30 ++--
 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t   |   15 +-
 t/db_dependent/Members_Attributes.t                |   14 +-
 t/db_dependent/Ratings.t                           |   15 +-
 t/db_dependent/Reserves/GetReserveFee.t            |    9 +-
 t/db_dependent/Serials_2.t                         |   20 ++-
 t/db_dependent/ShelfBrowser.t                      |   17 ++-
 27 files changed, 506 insertions(+), 348 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list