Bug 29754: Unit test
authorNick Clemens <nick@bywatersolutions.com>
Wed, 22 Dec 2021 15:20:16 +0000 (15:20 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Thu, 17 Mar 2022 23:59:16 +0000 (00:59 +0100)
commit487eddaf1e46c1718b9b3a1b426a3db132e8f87d
treefed46067e788c0beaf5e3342e866248bad09f098
parent522c83a4b0a06f80db4ca40d8183b4560f4cfff9
Bug 29754: Unit test

This adds a unit test to the SIP code

It also adds some spacing and dividers to make the tests for 'relationships_debt' easier to read

To test:
prove -v t/db_dependent/Koha/Patron.t - passes and is readable
prove -v t/db_dependent/SIP/Patron.t - fails

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit a38ba3b0bd88c96d5614d9e9231c358512158d68)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
(cherry picked from commit 1058a16e87c0448bff9a655145e0a038491b5a2f)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/db_dependent/Koha/Patron.t
t/db_dependent/SIP/Patron.t