Bug 20837: Unit tests
[koha-equinox.git] / t / db_dependent / Holds.t
2019-04-25 Nick ClemensBug 20837: Unit tests
2019-04-10 Nick ClemensBug 17978: Unit tests for changes
2019-03-22 Nick ClemensBug 22330: Fix tests
2019-01-28 Jonathan DruartBug 21798: replace gimme_a_biblio with build_sample_biblio
2019-01-28 Jonathan DruartBug 21798: Unify the creation of bibliographic record...
2019-01-25 Olli-Antti KivilahtiBug 7614: Fix my variable earlier declaration bug.
2019-01-25 Lari TaskulaBug 7614: Check transfer limit in CanBookBeReserved...
2018-10-24 Tomas Cohen AraziBug 15486: Unit tests
2018-10-03 Kyle M HallBug 18887: Port max_holds rules to new CirculationRules...
2018-09-14 Kyle M HallBug 19469: Add ability to split view of holds view...
2018-09-06 Nick ClemensBug 7534: (RM follow-up) Fix tests and adjust after...
2018-09-06 Kyle M HallBug 7534: Fix number of tests for Holds.t
2018-09-06 Lari TaskulaBug 7534: Validate pickup location in CanBook/ItemBeRes...
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-24 Marcel de RooyBug 15524: (QA follow-up) Fix meaningless test
2018-08-24 Kyle M HallBug 15524: Set limit on maximum possible holds per...
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2017-12-07 Jonathan DruartBug 19766: (bug 19058 follow-up) Fix Preview routing...
2017-10-27 Marcel de RooyBug 19528: Fix a few typos like corrosponding
2017-10-20 Nick ClemensBug 16187: Add a script to cancel unfilled holds after...
2017-09-12 Jonathan DruartBug 19059: Remove CancelReserve - move tests
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-09-01 Jonathan DruartBug 19058: Move C4::Reserves::GetReserveId to the Koha...
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-09-01 Jonathan DruartBug 19056: Replace C4::Reserves::GetReserveCount with...
2017-08-30 Jonathan DruartBug 19025: Move GetReserveInfo to Koha::Holds
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-05-09 Alex ArnaudBug 12063: Change date calculation for reserve expirati...
2017-04-13 Jonathan DruartBug 17737: Rename holds_placed_before_today with curren...
2017-04-13 Jonathan DruartBug 17737: Replace GetReservesFromItemnumber with Koha...
2017-03-31 Marcel de RooyBug 17736: [QA Follow-up] Solve warning from qa tools...
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Kyle M HallBug 14695 [QA Followup]
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Make existing unit tests...
2016-06-17 Jonathan DruartBug 16717: Improve variable naming
2016-06-17 Marcel de RooyBug 16717: Remove hardcoded category from Holds.t
2016-05-04 Marcel de RooyBug 16155: Adjust a few other tests
2016-05-03 Jonathan DruartBug 16403: Remove unnecessary undef param
2016-05-03 Marcel de RooyBug 16403: Fix holds.t (tests 9 and 39)
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-01-27 Kyle M Hall Bug 14310 [QA Followup] - Adapt existing code to use...
2015-11-13 Jonathan DruartBug 14985: dbms expects a iso formatted date
2015-11-04 Tomas Cohen AraziBug 15081: (followup) Make test files using TestBuilder...
2015-10-29 Marc VéronBug 14977: Remove C4::Dates from files t/db_dependent/*.t
2015-10-06 Kyle M HallBug 5144: Add unit test
2015-09-25 Tomas Cohen AraziBug 14733: (QA followup) make tests independent of...
2015-09-25 Kyle M HallBug 14733: Unit Tests
2015-08-26 Kyle M HallBug 12632: (regression tests) Unit Tests
2015-08-26 Kyle M HallBug 9809: Update unit tests
2015-07-29 Kyle M HallBug 13851: (QA followup) Unit Tests
2015-05-19 Julian MauriceBug 13687: Move hold policy check into CanItemBeReserved
2014-11-14 Tomas Cohen AraziBug 13075: (followup) remove remaining warnings
2014-11-12 Olli-Antti KivilahtiBug 13116 - Make it possible to propagate errors from...
2014-09-16 Tomas Cohen AraziBug 12879: Remove unnecesary diags from Holds.t
2014-09-14 Jonathan DruartBug 10226: Add unit tests for GetReservesFromItemnumber
2014-09-05 Kyle M HallBug 8735 [QA Followup] - Add Unit Tests
2014-05-05 Galen CharltonBug 9532: add regression test
2014-03-10 Kyle M HallBug 10452: [QA Followup] - Unit tests
2014-01-30 Jonathan DruartBug 9823: Refactor return from GetReservesFromBiblionumber
2014-01-04 Jonathan DruartBug 11336: update hold queue priorities correctly when...
2013-08-09 Galen Charltonbug 2394: regression test for canreservefromotherbranches
2013-07-24 Galen CharltonBug 9394: (follow-up) modernize test cases
2013-07-24 Jonathan DruartBug 9394: QA Followup
2013-07-24 Kyle M HallBug 9394: Use reserve_id where possible