Bug 18292: Remove return 1 statements in tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jun 2017 11:59:41 +0000 (08:59 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:17:42 +0000 (12:17 -0300)
commitb1ba7fac2c246c2dd52aa4d35884a03d542a26f4
tree5a07ea890476bace48233616b5fa9481f7439304
parentb57d682edd5040eb342047aefa95b84402f4c3ae
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@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
114 files changed:
t/00-load.t
t/Auth_with_shibboleth.t
t/Biblio.t
t/Biblio/TransformHtmlToXml.t
t/Boolean.t
t/Calendar.t
t/Charset.t
t/Circulation_barcodedecode.t
t/Images.t
t/Koha.t
t/Koha/Config.t
t/Koha/Util/Normalize.t
t/Koha_MetadataRecord.t
t/Koha_Template_Plugin_Koha.t
t/Letters.t
t/Logger.t
t/Matcher.t
t/Patron.t
t/SIP/Sip.t
t/SMS.t
t/Search.t
t/SocialData.t
t/SuggestionEngine_AuthorityFile.t
t/XSLT.t
t/db_dependent/Accounts.t
t/db_dependent/Auth_with_cas.t
t/db_dependent/Auth_with_ldap.t
t/db_dependent/Barcodes_ValueBuilder.t
t/db_dependent/Biblio.t
t/db_dependent/Circulation/Branch.t
t/db_dependent/Circulation/CheckIfIssuedToPatron.t
t/db_dependent/Circulation/CheckValidBarcode.t
t/db_dependent/Circulation/GetPendingOnSiteCheckouts.t
t/db_dependent/Circulation/IsItemIssued.t
t/db_dependent/Circulation/MarkIssueReturned.t
t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
t/db_dependent/Circulation/Returns.t
t/db_dependent/Circulation/StoreLastBorrower.t
t/db_dependent/Circulation/SwitchOnSiteCheckouts.t
t/db_dependent/Circulation/TooMany.t
t/db_dependent/Circulation/dateexpiry.t
t/db_dependent/Circulation/transfers.t
t/db_dependent/Clubs.t
t/db_dependent/Context.t
t/db_dependent/DecreaseLoanHighHolds.t
t/db_dependent/Exporter/Record.t
t/db_dependent/Filter_MARC_ViewPolicy.t
t/db_dependent/Hold.t
t/db_dependent/Holidays.t
t/db_dependent/ILSDI_Services.t
t/db_dependent/Items/MoveItemFromBiblio.t
t/db_dependent/Items_DelItemCheck.t
t/db_dependent/Koha/BiblioUtils.t
t/db_dependent/Koha/Biblios.t
t/db_dependent/Koha/Checkouts.t
t/db_dependent/Koha/Cities.t
t/db_dependent/Koha/CsvProfiles.t
t/db_dependent/Koha/Filter/EmbedItemsAvailability.t
t/db_dependent/Koha/IssuingRules.t
t/db_dependent/Koha/Item/Transfers.t
t/db_dependent/Koha/Items.t
t/db_dependent/Koha/Libraries.t
t/db_dependent/Koha/MarcSubfieldStructures.t
t/db_dependent/Koha/News.t
t/db_dependent/Koha/Notices.t
t/db_dependent/Koha/Objects.t
t/db_dependent/Koha/Patron/Attribute/Types.t
t/db_dependent/Koha/Patron/Attributes.t
t/db_dependent/Koha/Patron/Categories.t
t/db_dependent/Koha/Patron/Images.t
t/db_dependent/Koha/Patron/Messages.t
t/db_dependent/Koha/Patron/Modifications.t
t/db_dependent/Koha/Patrons.t
t/db_dependent/Koha/Ratings.t
t/db_dependent/Koha/Reviews.t
t/db_dependent/Koha/SMS_Providers.t
t/db_dependent/Koha/Suggestions.t
t/db_dependent/Koha_Elasticsearch.t
t/db_dependent/Koha_Elasticsearch_Indexer.t
t/db_dependent/Koha_Misc_Files.t
t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t
t/db_dependent/Labels/t_Layout.t
t/db_dependent/Labels/t_Profile.t
t/db_dependent/Labels/t_Template.t
t/db_dependent/Members/GetAllIssues.t
t/db_dependent/Members/GetPendingIssues.t
t/db_dependent/Members/IssueSlip.t
t/db_dependent/Passwordrecovery.t
t/db_dependent/Patron/Borrower_Discharge.t
t/db_dependent/Patron/Borrower_PrevCheckout.t
t/db_dependent/Patron/Housebound.t
t/db_dependent/Patron/HouseboundProfiles.t
t/db_dependent/Patron/HouseboundRoles.t
t/db_dependent/Patron/HouseboundVisits.t
t/db_dependent/PatronLists.t
t/db_dependent/Patrons.t
t/db_dependent/QueryParser.t
t/db_dependent/RefundLostItemFeeRule.t
t/db_dependent/Reserves/GetReserveFee.t
t/db_dependent/Reserves/MultiplePerRecord.t
t/db_dependent/RotatingCollections.t
t/db_dependent/SIP/SIPServer.t
t/db_dependent/Search.t
t/db_dependent/Serials/ReNewSubscription.t
t/db_dependent/Template/Plugin/Categories.t
t/db_dependent/Templates.t
t/db_dependent/Utils/Datatables_Members.t
t/db_dependent/Utils/Datatables_Virtualshelves.t
t/db_dependent/api/v1/cities.t
t/db_dependent/db_structure.t
t/db_dependent/www/auth_values_input_www.t
t/db_dependent/www/batch.t
t/db_dependent/www/history.t
t/db_dependent/www/search_utf8.t