[koha-commits] main Koha release repository branch master updated. v16.11.00-866-g1a688ae

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 16:50:05 CEST 2017


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  1a688ae9e02f36a22890de44fb2ce7cdd0599c2d (commit)
       via  eedb9d92336bfe9c0ea276bb41ceb52d8afbcf65 (commit)
       via  acd91afd0c623e75ea9f9d7fb3b57a39bdfb1890 (commit)
       via  7ad1a5280c76bf955ce29f3610f7a7a8e4b1fb9f (commit)
       via  1a118ff85456b4b1a82cab28005d435650498ba6 (commit)
       via  b7a4a64658b3a416c4c51cd1d3deeadb9719e053 (commit)
       via  8d749c133998d8c2ebda4a2db8d622085a658331 (commit)
      from  8b0bed34c20b21865d76992b7822bc3874867cbc (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 1a688ae9e02f36a22890de44fb2ce7cdd0599c2d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 14 12:46:13 2017 +0200

    Bug 18420: Fix HoldFulfillmentPolicy.t and Passwordrecovery.t
    
    We are going out of scope here, but these tests need a branch/item.
    
    Test plan:
    Run the adjusted tests.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit eedb9d92336bfe9c0ea276bb41ceb52d8afbcf65
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 13 09:02:55 2017 +0200

    Bug 18420: Replace hardcoded EUR in OrderUsers.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit acd91afd0c623e75ea9f9d7fb3b57a39bdfb1890
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 11 07:48:54 2017 -0300

    Bug 18420: Do not use 'S' as patron category code in other tests
    
    Test plan:
    prove all these tests, they must all pass
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7ad1a5280c76bf955ce29f3610f7a7a8e4b1fb9f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 11 07:33:32 2017 -0300

    Bug 18420: Use TestBuilder to create a patron category in Suggestions.t
    
    No need to do it that way, let's use TestBuilder.
    
    Test plan:
      prove t/db_dependent/Suggestions.t
    should still return green
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1a118ff85456b4b1a82cab28005d435650498ba6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 12 11:10:57 2017 -0300

    Bug 18420: Fix Members.t when no patron category 'S' exists
    
    No need to create Staff users here.
    
    Test plan:
      prove t/db_dependent/Members.t
    should return green, even if no categories.categorycode 'S' exists
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b7a4a64658b3a416c4c51cd1d3deeadb9719e053
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 12 11:06:43 2017 -0300

    Bug 18420: Fix Passwordrecovery.t when no patron category 'S' exists
    
    No need to create Staff users here.
    
    Test plan:
      prove t/db_dependent/Passwordrecovery.t
    should return green, even if no categories.categorycode 'S' exists
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8d749c133998d8c2ebda4a2db8d622085a658331
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 12 11:03:10 2017 -0300

    Bug 18420: Fix Budgets.t when no patron category 'S' exists
    
    No need to create Staff users here.
    
    Test plan:
      prove t/db_dependent/Budgets.t
    should return green, even if no categories.categorycode 'S' exists
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Acquisition/OrderUsers.t            |    6 +++--
 t/db_dependent/Budgets.t                           |    6 ++---
 t/db_dependent/Circulation.t                       |   27 ++++++++++----------
 t/db_dependent/Circulation/IsItemIssued.t          |    3 ++-
 .../Circulation/IssuingRules/maxsuspensiondays.t   |    3 ++-
 t/db_dependent/Holds/HoldFulfillmentPolicy.t       |    3 +--
 t/db_dependent/Holds/HoldItemtypeLimit.t           |    2 +-
 t/db_dependent/Holds/LocalHoldsPriority.t          |    3 ++-
 t/db_dependent/Holds/RevertWaitingStatus.t         |    3 ++-
 t/db_dependent/Members.t                           |   12 ++++-----
 t/db_dependent/Members/Attributes.t                |    2 --
 t/db_dependent/Passwordrecovery.t                  |   19 +++++++-------
 t/db_dependent/Patron/Borrower_Debarments.t        |    3 ++-
 t/db_dependent/Patron/Borrower_Files.t             |    3 ++-
 t/db_dependent/Serials_2.t                         |    3 ++-
 t/db_dependent/Suggestions.t                       |   19 ++++----------
 16 files changed, 58 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list