Koha/t/db_dependent/Koha
Jonathan Druart d28f98e5ed Bug 32650: Prevent Koha/Holds.t to fail randomly
22:25:51 koha_1       |     #   Failed test 'Items 1, 2, and 5 are available for filling the holds'
22:25:51 koha_1       |     #   at t/db_dependent/Koha/Holds.t line 531.
22:25:51 koha_1       |     #     Structures begin differing at:
22:25:51 koha_1       |     #          $got->[0] = '1000'
22:25:51 koha_1       |     #     $expected->[0] = '996'
22:25:51 koha_1       |     # Looks like you failed 1 test of 6.
22:25:51 koha_1       |
22:25:51 koha_1       | #   Failed test 'get_items_that_can_fill'
22:25:51 koha_1       | #   at t/db_dependent/Koha/Holds.t line 539.

We need to use a numeric sort, or 1000 is before 996...

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 9d950959bf)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
2023-01-25 14:33:47 +00:00
..
Account
Acquisition Bug 32417: Add unit test 2022-12-15 13:34:30 +00:00
Auth Bug 31378: (QA follow-up) Tidy tests 2022-11-08 14:40:17 -03:00
BackgroundJob Bug 32394: (follow-up) Add param for Koha::BackgroundJob::StageMARCForImport->enqueue 2022-12-18 08:21:18 +00:00
BackgroundJobs Bug 32366: (bug 30460 follow-up) Add tests 2022-12-05 12:36:18 +00:00
Biblio Bug 31889: (follow-up) Add test for explicit warning 2022-11-07 08:29:22 -03:00
BiblioUtils
Cash
Charges Bug 32351: Fix t/db_dependent/Koha/Charges/Sales.t 2022-12-02 10:55:39 +00:00
Checkouts
CirculationRules
Club
Config
Edifact
ERM Bug 32267: (bug 32154 follow-up) Fix Agreements.t 2022-11-18 12:04:25 -03:00
Filter Revert "Bug 15187: (QA follow-up) Add unit test" 2022-10-24 14:04:07 -03:00
Import Bug 32054: Add get_import_record_matches object method and use it 2023-01-25 14:33:47 +00:00
Item Bug 24606: (QA follow-up) Fix Template.t 2022-11-22 13:33:39 -03:00
Items
Library
Objects/Mixin
Old
Patron Bug 31577: Use patron category multi-select for OpacHiddenItemsExceptions system preference 2022-10-24 14:15:27 -03:00
Patrons Bug 27920: Add ability to update patron expiration dates when importing patrons 2022-11-09 14:37:07 -03:00
Plugins Bug 29274: Remove z_reset.t 2022-12-05 11:04:21 +00:00
REST Bug 31378: Tests shouldn't remove all patrons 2022-11-22 18:23:07 -03:00
SearchEngine
SMTP
Subscription
Tags
Template/Plugin
UI/Form/Builder Bug 31196: Remove 'default_value_for_mod_marc-' clear_from_cache calls 2022-10-25 11:16:57 -03:00
XSLT
Z3950Responder
Account.t
ActionLogs.t
AdditionalContents.t
ApiKey.t
ArticleRequest.t
ArticleRequests.t
Authorities.t
BackgroundJob.t Bug 32394: Add tests 2022-12-15 13:55:36 +00:00
BackgroundJobs.t Bug 31969: Use filter_by_last_update 2022-11-25 09:40:09 -03:00
Biblio.t Bug 31543: Use query string, rather than query, to build link 2022-11-16 15:57:28 -03:00
BiblioFrameworks.t
Biblios.t
Checkout.t
Checkouts.t
CirculationRules.t Bug 23012: (QA follow-up) No need to create and delete rules for branch 2022-10-24 17:43:30 -03:00
Cities.t
ClassSortRules.t
ClassSources.t
ClassSplitRules.t
CoverImages.t
CsvProfiles.t
CurbsidePickups.t
Database.t
Desks.t
Encryption.t
Hold.t Bug 24860: (QA follow-up) Add unit tests to cover Koha::Hold::item_group 2022-11-04 19:39:58 -03:00
Holds.t Bug 32650: Prevent Koha/Holds.t to fail randomly 2023-01-25 14:33:47 +00:00
Item.t Bug 32529: Regression tests 2023-01-13 15:52:15 +00:00
Items.t Bug 23012: (follow-up) Fix t/db_dependent/Koha/Items.t 2022-10-28 16:17:15 -03:00
ItemTypes.t
KeyboardShortcuts.t
Libraries.t
Library.t
MarcSubfieldStructures.t
Notices.t
Object.t Bug 26635: (follow-up) Rename av_expand to strings 2022-11-09 14:01:02 -03:00
Objects.t
Old.t
Patron.t Bug 32343: Prevent Koha/Patron.t to fail randomly 2022-11-25 09:27:45 -03:00
Patrons.t Bug 32351: Fix Koha/Patrons.t 2022-12-02 10:55:14 +00:00
Pseudonymization.t
Quotes.t
Ratings.t
Recall.t
Recalls.t
Reports.t
Reviews.t
SearchField.t
SharedContent.t
SMS_Providers.t
Statistics.t
Subscription.t
Suggestion.t
Suggestions.t
Tags.t
Virtualshelf.t
Virtualshelves.t
Z3950Servers.t