]> git.koha-community.org Git - koha.git/commit
Bug 36493: Make cashups test more robust
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 2 Apr 2024 15:39:02 +0000 (12:39 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 12 Apr 2024 09:26:01 +0000 (11:26 +0200)
commit4436a7d41a74bf002fdd80ec97f0be38d40eee22
tree403fe3f484a837a986166fd36772da276dd3b0e8
parentd4bbf76eecad37a5930d2dacdbe0c6a1e6820570
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>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/api/v1/cashups.t