Bug 19056: Replace C4::Reserves::GetReserveCount with Koha::Patron->holds->count
[koha.git] / t /
2017-09-01 Jonathan DruartBug 19056: Replace C4::Reserves::GetReserveCount with...
2017-08-30 Marcel de RooyBug 17807: Add format parameter to XSLT_Handler->transform
2017-08-30 Jonathan DruartBug 17969: Refactor the way <<items.content>> is generated
2017-08-30 Jonathan DruartBug 19025: Move GetReserveInfo to Koha::Holds
2017-08-25 Marcel de RooyBug 19126: Fix Members.t with IndependentBranches set
2017-08-25 Tomas Cohen AraziBug 19130: (followup) Add t/db_dependent/Koha/Acquisiti...
2017-08-25 Tomas Cohen AraziBug 19130: Remove ->search() overloading and adjust...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-08-20 Marcel de RooyBug 18996: [QA Follow-up] Remove global variables from...
2017-08-20 Marcel de RooyBug 18996: Add checkin subtest in SIP/Message.t
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-08-15 Olli-Antti KivilahtiBug 18292 - t/db_dependent/Circulation.t doesn't need...
2017-08-15 Marcel de RooyBug 19049: [QA Follow-up] Mock config, default format
2017-08-15 Marcel de RooyBug 19049: [Follow-up] Make sure that GetPlugins finds...
2017-08-15 Marcel de RooyBug 19049: Testing RecordsFromMarcPlugin with a to_marc...
2017-08-15 Nick ClemensBug 16976 - Unit tests
2017-08-15 Jonathan DruartBug 18624: Do not return 1 in tests
2017-08-15 Tomas Cohen AraziBug 18624: Regression test for 'any' vs 'all'
2017-08-10 Nick ClemensBug 18941 - Unit tests
2017-08-10 Jonathan DruartBug 13012: Add more tests
2017-08-10 Kyle M HallBug 13012 - suggestion.suggesteddate should be set...
2017-08-10 Marcel de RooyBug 19071: Fix Members/IssueSlip.t
2017-08-10 Marcel de RooyBug 19071: Fix Circulation/issue.t
2017-08-10 Marcel de RooyBug 19070: Fix Circulation/Branch.t
2017-08-10 Jonathan DruartBug 19047: Fix AddBiblio call in ShelfBrowser.t
2017-08-10 Marcel de RooyBug 19047: Fix AddBiblio call in Reserves.t
2017-08-10 Jonathan DruartBug 19042: Add mock IndependentBranches=0 for the other...
2017-08-10 Mark TompsettBug 19042: Silence warnings t/db_dependent/Letters.t
2017-08-10 Tomas Cohen AraziBug 18900: (QA followup) Make tests conditional to...
2017-08-10 Fridolin SomersBug 18900: add UT to Number/Price.t
2017-08-10 Jonathan DruartBug 19067: Test Makefile.PL mapping
2017-08-08 Marcel de RooyBug 19003: Add a TestBuilder default for borrowers...
2017-08-08 Jonathan DruartBug 17699: Reset time simulation
2017-08-08 Jonathan DruartBug 17699: Add test descriptions
2017-08-08 Jonathan DruartBug 17699: Use limit as end_of_month
2017-08-08 Jonathan DruartBug 17699: Add more tests to highlight the problem
2017-08-08 Jonathan DruartBug 19009: Fix random failures from Circulation.t
2017-08-08 Jonathan DruartBug 18802: Fix Circulation.t if finesMode ne 'production'
2017-08-08 Tomas Cohen AraziBug 18851: (QA followup) Test doesn't need sessions...
2017-08-08 Jonathan DruartBug 18851: Fix few other tests
2017-08-08 Jonathan DruartBug 18851: Make OverDrive.T pass if dbms is not running
2017-08-08 Jonathan DruartBug 18851: Tests must be skipped in cardnumber.t if...
2017-08-08 Jonathan DruartBug 18851: Test::DBIx::Class is not needed in 00-load.t
2017-07-28 Marcel de RooyBug 18991: [QA Follow-up] Use schema txn_begin and...
2017-07-28 Lari TaskulaBug 18991: Fix cleanup in t/db_dependent/Log.t
2017-07-26 Jonathan DruartBug 17829: Execute rollingloans tests in a transaction
2017-07-26 Lari TaskulaBug 18976: (follow-up) Fix t/db_dependent/Search/Histor...
2017-07-26 Lari TaskulaBug 18976: Fix t/db_dependent/Auth.t cleanup
2017-07-26 Lari TaskulaBug 18977: Rollback branch in t/db_dependent/SIP/Message.t
2017-07-26 Jonathan DruartBug 18910: Revert "Bug 18152: Add tests"
2017-07-26 Jonathan DruartBug 18966: Do not deal with duplicate issue_id on checkin
2017-07-26 Jonathan DruartBug 18982: Remove data in the correct order
2017-07-25 Jonathan DruartBug 18982: Create a circ rule for the data we created
2017-07-25 Jonathan DruartBug 18982: Create a specific itemtype for these tests
2017-07-25 Jonathan DruartBug 18982: category.categorycode must be uppercase
2017-07-25 Jonathan DruartBug 18982: Use KOHA_INTRANET_URL instead of syspref...
2017-07-24 Marcel de RooyBug 18605: Remove TRUNCATE from C4/HoldsQueue.pm
2017-07-24 Jonathan DruartBug 18572: Remove AddRenewal parameter
2017-07-24 Nick ClemensBug 18572 - QA Followup
2017-07-24 Nick ClemensBug 18572 - Improper branchcode set during OPAC renewal
2017-07-24 Marcel de RooyBug 18951: Adjust Isbd.t
2017-07-24 Marcel de RooyBug 18951: Create data for TransformKohaToMarc.t
2017-07-24 Marcel de RooyBug 18951: Some t/Biblio tests are database dependent...
2017-07-24 Nick ClemensBug 18826 - (QA Followup) Add mock SessionStorage to...
2017-07-24 Jonathan DruartBug 18826: rollback transaction for api tests
2017-07-18 Jonathan DruartBug 18262: Fix api/holds.t tests
2017-07-17 Tomas Cohen AraziBug 18942: (QA followup) Add new tests descriptions
2017-07-17 Mark TompsettBug 18942: Add test case to prove change
2017-07-17 Marcel de RooyBug 18672: [QA Follow-up] Simplify without sleep
2017-07-17 Marc VéronBug 18672: Test for fixing overwriting creation date
2017-07-17 Baptiste WojtkowskiBug 18613: Add unit tests for getletter
2017-07-14 Mark TompsettBug 18748: Noisy t/db_dependent/AuthorisedValues.t
2017-07-14 Jonathan DruartBug 18262: Fix test in MultiplePerRecord
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-07-10 Jonathan DruartBug 18276: (follow-up) Remove GetBiblioFromItemNumber...
2017-07-10 Jonathan DruartBug 17680: Add few tests for AddReturn when overdue
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-07-06 Marcel de RooyBug 18104: [QA Follow-up] Add a test for customized...
2017-07-06 Colin CampbellBug 18755: Allow empty passwords in Patron Info to...
2017-07-06 Nick ClemensBug 18434 - Followup fix tests for sorting and factes
2017-07-06 Tomas Cohen AraziBug 18434: (QA followup) Move _convert_marc_to_json...
2017-07-06 Tomas Cohen AraziBug 18434: Add tests for K:SE:E::get_fixer_rules
2017-07-06 Fridolin SomersBug 18756 - add Unit Test
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-07-05 Jonathan DruartBug 17843: Replace C4::Koha::getitemtypeinfo with Koha...
2017-07-05 Julian MauriceBug 18782: Remove unused C4::Serials::getsupplierbyserialid
2017-07-05 Nick ClemensBug 18228: QA Followup - use gender neutral language...
2017-07-05 Marcel de RooyBug 18228: Adjust Virtualshelves.t
2017-06-21 Marc VéronBug 18665: Add test for HtmlTags.pm
2017-06-21 Jonathan DruartBug 18651: Fix tests if no circ rule exist
2017-06-20 Jonathan DruartBug 18651: Update accountlines.issue_id is the issue_id...
2017-06-20 Jonathan DruartBug 18651: Do not charge if the checkin failed
2017-06-20 Jonathan DruartBug 18651: Update issue_id in AddReturn
2017-06-19 Marcel de RooyBug 18697: Final polishing
2017-06-19 Marcel de RooyBug 18697: Adjusting unit tests for dayly serial freque...
2017-06-19 Marcel de RooyBug 18697: Adjusting unit tests for weekly serial frequ...
2017-06-19 Marcel de RooyBug 18607: Adjusting unit tests for monthly serial...
2017-06-19 Marcel de RooyBug 18356: Extend GetNextDate.t, add GetFictiveIssueNum...
2017-06-19 Mark TompsettBug 18807: t/db_dependent/www/batch.t fails
next