2 Apr
2024
2 Apr
'24
5:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36493 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 164285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164285&action=edit Bug 36493: Make cashups test more robust This patch makes the test independent from existing cash registers in the system. To test: 1. Enable UseCashRegisters on a fresh KTD 2. Add a cash register 3. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/cashups.t => FAIL: Tests fail! 4. Apply this patch 5. Repeat 3 => SUCCESS: Tests pass! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.