]> git.koha-community.org Git - koha.git/commit
Bug 22435: Update unit tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 17 Mar 2021 17:48:23 +0000 (17:48 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commit9b34ca9fe2aa01bc55a432e26a658ec489a866ac
treea023973ae6ee6b80dc175242e023613d7a7c68f0
parentb5a09e46546dff342d6bf248d3561fc2c37956bc
Bug 22435: Update unit tests

This patch updates the unit tests to reflect the changes we have made to
offset types.  We do two things:

1) Clean up calls to 'apply' to drop passing offset_type
2) Update test code to look for APPLY and CREATE instead of specific
   offset types.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Accounts.t
t/db_dependent/Circulation.t
t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
t/db_dependent/Koha/Account.t
t/db_dependent/Koha/Account/Line.t
t/db_dependent/Koha/Items.t
t/db_dependent/api/v1/patrons_accounts.t