[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-27-g46721cf

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 12:10:08 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, 17.05.x has been updated
       via  46721cf2800bdbdd595b6b124eda9cf0792d885d (commit)
       via  fe71ef1d29a0011efbf3f336e0bbfd8aca4433a3 (commit)
       via  93184241f0d3a0e07ed4407891202c7a184d65d4 (commit)
      from  04c76ad707e83558fd619d6c73f4a0b9094b8e70 (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 46721cf2800bdbdd595b6b124eda9cf0792d885d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 9 13:01:37 2017 -0300

    Bug 18292: Tests do not need to return 1 - xt
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e03f590fa1080b1c3fbe25c91af08094620609d6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit fe71ef1d29a0011efbf3f336e0bbfd8aca4433a3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 9 08:59:41 2017 -0300

    Bug 18292: Remove return 1 statements in tests
    
    The test files do not need to return 1
    
    Patch generated with:
    perl -p -i -e "s/^1;\n//xsm" t/**/*.t
    
    Test plan:
      git grep '^1;$' t/**/*.t
    should not return any results
    
    NOTE: does not fix C4/SIP/t, nor xt tests.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b1ba7fac2c246c2dd52aa4d35884a03d542a26f4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 93184241f0d3a0e07ed4407891202c7a184d65d4
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Fri Mar 17 09:05:47 2017 +0200

    Bug 18292 - t/db_dependent/Circulation.t doesn't need to return 1;
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b57d682edd5040eb342047aefa95b84402f4c3ae)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/00-load.t                                             |    1 -
 t/Auth_with_shibboleth.t                                |    1 -
 t/Biblio.t                                              |    1 -
 t/Biblio/TransformHtmlToXml.t                           |    1 -
 t/Boolean.t                                             |    1 -
 t/Calendar.t                                            |    1 -
 t/Charset.t                                             |    2 --
 t/Circulation_barcodedecode.t                           |    1 -
 t/Images.t                                              |    1 -
 t/Koha.t                                                |    1 -
 t/Koha/Config.t                                         |    1 -
 t/Koha/Util/Normalize.t                                 |    1 -
 t/Koha_MetadataRecord.t                                 |    1 -
 t/Koha_Template_Plugin_Koha.t                           |    1 -
 t/Letters.t                                             |    1 -
 t/Logger.t                                              |    1 -
 t/Matcher.t                                             |    1 -
 t/Patron.t                                              |    1 -
 t/SIP/Sip.t                                             |    1 -
 t/SMS.t                                                 |    1 -
 t/Search.t                                              |    1 -
 t/SocialData.t                                          |    1 -
 t/SuggestionEngine_AuthorityFile.t                      |    1 -
 t/XSLT.t                                                |    1 -
 t/db_dependent/Accounts.t                               |    1 -
 t/db_dependent/Auth_with_cas.t                          |    1 -
 t/db_dependent/Auth_with_ldap.t                         |    1 -
 t/db_dependent/Barcodes_ValueBuilder.t                  |    1 -
 t/db_dependent/Biblio.t                                 |    1 -
 t/db_dependent/Circulation.t                            |    2 --
 t/db_dependent/Circulation/Branch.t                     |    1 -
 t/db_dependent/Circulation/CheckIfIssuedToPatron.t      |    1 -
 t/db_dependent/Circulation/CheckValidBarcode.t          |    1 -
 t/db_dependent/Circulation/GetPendingOnSiteCheckouts.t  |    1 -
 t/db_dependent/Circulation/IsItemIssued.t               |    1 -
 t/db_dependent/Circulation/MarkIssueReturned.t          |    1 -
 t/db_dependent/Circulation/NoIssuesChargeGuarantees.t   |    1 -
 t/db_dependent/Circulation/Returns.t                    |    1 -
 t/db_dependent/Circulation/StoreLastBorrower.t          |    1 -
 t/db_dependent/Circulation/SwitchOnSiteCheckouts.t      |    1 -
 t/db_dependent/Circulation/TooMany.t                    |    1 -
 t/db_dependent/Circulation/dateexpiry.t                 |    1 -
 t/db_dependent/Circulation/transfers.t                  |    1 -
 t/db_dependent/Clubs.t                                  |    1 -
 t/db_dependent/Context.t                                |    1 -
 t/db_dependent/DecreaseLoanHighHolds.t                  |    1 -
 t/db_dependent/Exporter/Record.t                        |    1 -
 t/db_dependent/Filter_MARC_ViewPolicy.t                 |    1 -
 t/db_dependent/Hold.t                                   |    1 -
 t/db_dependent/Holidays.t                               |    1 -
 t/db_dependent/ILSDI_Services.t                         |    1 -
 t/db_dependent/Items/MoveItemFromBiblio.t               |    1 -
 t/db_dependent/Items_DelItemCheck.t                     |    1 -
 t/db_dependent/Koha/BiblioUtils.t                       |    1 -
 t/db_dependent/Koha/Biblios.t                           |    1 -
 t/db_dependent/Koha/Checkouts.t                         |    1 -
 t/db_dependent/Koha/Cities.t                            |    1 -
 t/db_dependent/Koha/CsvProfiles.t                       |    1 -
 t/db_dependent/Koha/Filter/EmbedItemsAvailability.t     |    1 -
 t/db_dependent/Koha/IssuingRules.t                      |    1 -
 t/db_dependent/Koha/Item/Transfers.t                    |    1 -
 t/db_dependent/Koha/Items.t                             |    1 -
 t/db_dependent/Koha/Libraries.t                         |    1 -
 t/db_dependent/Koha/MarcSubfieldStructures.t            |    1 -
 t/db_dependent/Koha/News.t                              |    1 -
 t/db_dependent/Koha/Notices.t                           |    1 -
 t/db_dependent/Koha/Objects.t                           |    1 -
 t/db_dependent/Koha/Patron/Attribute/Types.t            |    1 -
 t/db_dependent/Koha/Patron/Attributes.t                 |    1 -
 t/db_dependent/Koha/Patron/Categories.t                 |    1 -
 t/db_dependent/Koha/Patron/Images.t                     |    1 -
 t/db_dependent/Koha/Patron/Messages.t                   |    1 -
 t/db_dependent/Koha/Patron/Modifications.t              |    1 -
 t/db_dependent/Koha/Patrons.t                           |    1 -
 t/db_dependent/Koha/Ratings.t                           |    1 -
 t/db_dependent/Koha/Reviews.t                           |    1 -
 t/db_dependent/Koha/SMS_Providers.t                     |    1 -
 t/db_dependent/Koha/Suggestions.t                       |    1 -
 t/db_dependent/Koha_Elasticsearch.t                     |    2 --
 t/db_dependent/Koha_Elasticsearch_Indexer.t             |    2 --
 t/db_dependent/Koha_Misc_Files.t                        |    1 -
 t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t |    1 -
 t/db_dependent/Labels/t_Layout.t                        |    1 -
 t/db_dependent/Labels/t_Profile.t                       |    1 -
 t/db_dependent/Labels/t_Template.t                      |    1 -
 t/db_dependent/Members/GetAllIssues.t                   |    1 -
 t/db_dependent/Members/GetPendingIssues.t               |    1 -
 t/db_dependent/Members/IssueSlip.t                      |    1 -
 t/db_dependent/Passwordrecovery.t                       |    1 -
 t/db_dependent/Patron/Borrower_Discharge.t              |    1 -
 t/db_dependent/Patron/Borrower_PrevCheckout.t           |    1 -
 t/db_dependent/Patron/Housebound.t                      |    1 -
 t/db_dependent/Patron/HouseboundProfiles.t              |    1 -
 t/db_dependent/Patron/HouseboundRoles.t                 |    1 -
 t/db_dependent/Patron/HouseboundVisits.t                |    1 -
 t/db_dependent/PatronLists.t                            |    1 -
 t/db_dependent/Patrons.t                                |    1 -
 t/db_dependent/QueryParser.t                            |    1 -
 t/db_dependent/RefundLostItemFeeRule.t                  |    1 -
 t/db_dependent/Reserves/GetReserveFee.t                 |    1 -
 t/db_dependent/Reserves/MultiplePerRecord.t             |    1 -
 t/db_dependent/RotatingCollections.t                    |    1 -
 t/db_dependent/SIP/SIPServer.t                          |    1 -
 t/db_dependent/Search.t                                 |    1 -
 t/db_dependent/Serials/ReNewSubscription.t              |    1 -
 t/db_dependent/Template/Plugin/Categories.t             |    1 -
 t/db_dependent/Templates.t                              |    1 -
 t/db_dependent/Utils/Datatables_Members.t               |    1 -
 t/db_dependent/Utils/Datatables_Virtualshelves.t        |    1 -
 t/db_dependent/api/v1/cities.t                          |    1 -
 t/db_dependent/db_structure.t                           |    1 -
 t/db_dependent/www/auth_values_input_www.t              |    1 -
 t/db_dependent/www/batch.t                              |    1 -
 t/db_dependent/www/history.t                            |    1 -
 t/db_dependent/www/search_utf8.t                        |    1 -
 xt/author/icondirectories.t                             |    2 --
 116 files changed, 121 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list