Koha/t/db_dependent/Koha
Martin Renvoize c1eb935d0a Bug 28585: (QA follow-up) Fix object.t
Object.t was still testing for the return of DateTime objects from
attributes_from_api. I checked all calls to attrbutes_from_api for
reliance of DateTime objects and confirmed they all get passed into
search calls and thus are better served as SQL formatted strings.

I then converted the test to check that the rfc3339 formatted dates
passed in were converted to strings appropriate for feeding into SQL
where statements instead.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

JD amended patch:
  FAIL   spelling
    formated ==> formatted

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-25 14:06:27 +02:00
..
Account
Acquisition Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Biblio
BiblioUtils
Cash
Charges
Checkouts
Club
Config
Filter
IssuingRules
Item Bug 28445: Split and join on ' | ' instead of '|' for repeatable 2021-10-18 11:28:40 +02:00
Items Bug 28445: Use the task queue for the batch delete and update items tool 2021-10-18 11:28:40 +02:00
Library
Objects/Mixin
Patron Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Patrons
Plugins Bug 28211: (QA follow-up) Test for hook calls properly 2021-10-19 15:30:57 +02:00
REST
SearchEngine Bug 25030: (QA follow-up) Fix tests 2021-10-21 10:09:50 +02:00
SMTP
Subscription
Tags
Template/Plugin Bug 28931: Remove unused Koha::DateUtils from tests 2021-10-07 11:01:05 +02:00
UI/Form/Builder Bug 28445: Improve robustness of tests 2021-10-18 11:28:40 +02:00
XSLT
Z3950Responder
Account.t Bug 29139: Add regression tests 2021-10-01 16:28:55 +02:00
ActionLogs.t
AdditionalContents.t Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
ApiKey.t
ArticleRequest.t Bug 29182: Regression tests 2021-10-07 15:49:01 +02:00
ArticleRequests.t Bug 29082: Simplify tests 2021-10-07 10:54:59 +02:00
Authorities.t
BackgroundJobs.t Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Biblio.t Bug 28734: Clear cache to prevent random failures 2021-10-12 09:12:54 +02:00
BiblioFrameworks.t
Biblios.t Bug 29172: Make CustomCoverImagesURL compatible with control fields 2021-10-12 11:15:32 +02:00
Checkout.t
Checkouts.t
CirculationRules.t
Cities.t
ClassSortRules.t
ClassSources.t
ClassSplitRules.t
CoverImages.t
CsvProfiles.t
Database.t
Desks.t
Hold.t
Holds.t
IssuingRules.t
Item.t Bug 28445: Use the task queue for the batch delete and update items tool 2021-10-18 11:28:40 +02:00
Items.t Bug 3142: Add tests for item-level_itypes=0 2021-10-08 16:57:30 +02:00
ItemTypes.t
KeyboardShortcuts.t
Libraries.t
Library.t
MarcSubfieldStructures.t
Notices.t
Object.t Bug 28585: (QA follow-up) Fix object.t 2021-10-25 14:06:27 +02:00
Objects.t
Old.t
Patron.t Bug 29083: Update article requests-related Koha::Patron methods to use relationships 2021-10-07 10:54:59 +02:00
Patrons.t Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Pseudonymization.t
Quotes.t
Ratings.t
Reports.t
Reviews.t
SearchField.t
SharedContent.t
SMS_Providers.t
Statistics.t
Subscription.t
Suggestion.t
Suggestions.t Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Tags.t
Z3950Servers.t