Bug 20815: Add unit tests for changes to AddIssue
[koha-equinox.git] / t / db_dependent / Circulation.t
2020-07-23 Kyle M HallBug 20815: Add unit tests for changes to AddIssue
2020-07-23 Jonathan DruartBug 20815: Tests refactoring
2020-07-23 Kyle M HallBug 20815: Do not use compare float with precision
2020-07-23 Kyle M HallBug 20815: Add ability to choose if lost fee is refunde...
2020-07-20 Martin RenvoizeBug 25723: Update cache flushing calls
2020-07-20 Martin RenvoizeBug 8338: (QA follow-up) Fix perlcritic error
2020-07-20 Martin RenvoizeBug 8338: (follow-up) Fix test
2020-07-20 Martin RenvoizeBug 8338: Unit Tests
2020-05-19 Jonathan DruartBug 25531: Add tests
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Add integration test for...
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Clarify _FixOverduesOnReturn...
2020-05-12 Kyle M HallBug 25417: Add unit test
2020-04-14 Nick ClemensBug 24620: Fix test, remove replaced code, use dt_from_...
2020-04-14 Nick ClemensBug 24620: Unit tests
2020-04-03 Martin RenvoizeBug 24474: (QA follow-up) Fix failing test
2020-04-03 Jonathan DruartBug 24474: Add tests
2020-03-27 Jonathan DruartBug 22001: Remove the RaiseError occurrences from tests
2020-03-24 Martin RenvoizeBug 21443: (RM follow-up) Fix failing tests
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-03-18 Jonathan DruartBug 24881: Try to fix random failure from Circulation.t
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: Add unit tests
2020-02-19 Kyle M HallBug 21944: Improve efficiency of code
2020-02-19 Christopher BrannonBug 21944: Test for Circulation.pm
2020-02-13 Martin RenvoizeBug 24592: Reword LOST_RETURN to LOST_FOUND
2020-02-12 Martin RenvoizeBug 19014: (QA follow-up) Update test for AddReserve...
2020-02-12 Nick ClemensBug 19014: on_reserve blocks auto_renew
2020-02-12 Nick ClemensBug 19014: Unit tests
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Jonathan DruartBug 18936: Fix some more tests
2020-02-04 Jonathan DruartBug 18936: Fix Circulation.t
2020-02-04 Jonathan DruartBug 18936: Replace an other insert into issuingrules
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
2020-02-04 Jonathan DruartBug 18936: Remove last bit of Koha::IssuingRule
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix tests, null vs. empty behavi...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-30 Nick ClemensBug 24377: Unit test
2020-01-13 Jonathan DruartBug 24408: Do not compare floats with precision in...
2019-11-22 Kyle M HallBug 24075: Unit tests
2019-11-19 Jonathan DruartBug 24062: Fix the failing test
2019-11-07 Tomas Cohen AraziBug 23293: (QA follow-up) Minor fix for tests
2019-11-07 Martin RenvoizeBug 23293: (follow-up) Add tests for C4::Circulation...
2019-11-07 Tomas Cohen AraziBug 13958: Use SuspensionsCalendar syspref for more...
2019-11-06 Martin RenvoizeBug 23382: (RM follow-up) Ensure tests pass on Wednesdays
2019-11-04 Jonathan DruartBug 23234: Mock DateTime->now using the time zone
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Further improve test coverage
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Ensure tests pass on Wednesdays
2019-10-26 Martin RenvoizeBug 23382: Add hourly tests for Circulation
2019-10-24 Martin RenvoizeBug 23805: Update 'W' to 'WRITEOFF' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update 'Pay' to 'PAYMENT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update accounttype references in tests
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update 'PF' to 'PROCESSING' for consistency
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-15 Martin RenvoizeBug 23129: (RM follow-up) Fix failing test
2019-10-03 NickBug 21985: Fix further occurences
2019-10-03 Jonathan DruartBug 21985: Trying to fix the next failure
2019-10-03 Jonathan DruartBug 21985: Fix Circulation tests when ES it set, by...
2019-09-23 Martin RenvoizeBug 22837: Update callers to use new signature
2019-07-26 Nick ClemensBug 11573: (QA follow-up) Correct spelling typo
2019-07-26 Martin RenvoizeBug 11573: Update of unit tests
2019-07-15 Martin RenvoizeBug 22563: (follow-up) Corrections for overdue tests
2019-07-15 Martin RenvoizeBug 22563: (follow-up) Corrections for tests
2019-07-15 Martin RenvoizeBug 22563: Be more descriptive with accountypes
2019-06-21 Kyle M HallBug 23103: Cannot checkin items lost by deleted patrons...
2019-06-21 Martin RenvoizeBug 23177: (RM follow-up) Further test clarifications
2019-06-21 Marcel de RooyBug 23177: (QA follow-up) Remove subtest txn_begin...
2019-06-21 Marcel de RooyBug 23177: (QA follow-up) Move rollback to the end
2019-06-21 Marcel de RooyBug 23177: (QA follow-up) Move three subs from the...
2019-06-03 Martin RenvoizeBug 22877: (QA follow-up) Clarify intent of tests and...
2019-06-03 Martin RenvoizeBug 22877: (follow-up) Fix test plan count
2019-06-03 Nick ClemensBug 22877: Unit test to highlight problem
2019-05-23 Martin RenvoizeBug 22917: Fix a typo in an output_pref call
2019-05-23 Jonathan DruartBug 22917: Prevent Circulation.t if tests ran too slowly
2019-05-23 Jonathan DruartBug 22917: Recreate the failure
2019-04-26 Martin RenvoizeBug 22200: Add Tests for change
2019-04-17 Kyle M HallBug 22521: (QA follow-up) Update number of tests in...
2019-04-17 Martin RenvoizeBug 22521: (QA follow-up) Corrections to tests
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-17 Kyle M HallBug 17171: Add a syspref to allow currently issued...
2019-04-12 Nick ClemensBug 21953: (follow-up) Fix test count
2019-04-12 Jonathan DruartBug 21953: Add tests
2019-04-11 Martin RenvoizeBug 20912: (QA follow-up) Fix for missed signature...
2019-04-10 Martin RenvoizeBug 22600: Update Tests adding 'interface' as needed
2019-03-28 Martin RenvoizeBug 22516: Remove remaining calls to lastincrement
2019-03-27 Nick ClemensBug 22008: (follow-up) Additional test fix and fix...
2019-03-27 Nick ClemensBug 22008: Fix failing tests
2019-03-13 Martin RenvoizeBug 21756: (follow-up) Replace newly introduced manuali...
2019-03-13 Josef MoravecBug 21756: (QA follow-up) Fix Circulation.t
2019-03-13 Martin RenvoizeBug 21756: Replace manualinvoice with add_debit in...
2019-03-15 Kyle M HallBug 14591: Update unit tests
2019-03-11 Josef MoravecBug 22363: Update Circulation.t to use Koha::ActionLogs...
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Prevent double charging on renewal
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Improve test coverage
next