]> git.koha-community.org Git - koha.git/commit
Bug 26364: Adjust unit tests
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 14:34:26 +0000 (14:34 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 14 Jan 2021 13:10:02 +0000 (13:10 +0000)
commit1092f4479ec2c3dd626cb462e1be2b57e123befc
treebaccd0535bbf79c1f1b8a5e040535dfb0fbc5252
parent1d1f7a63327dc3e1a68a6699a166c12918097d7b
Bug 26364: Adjust unit tests

We shouldn't rely on knowing exactly which ISBNs we get, we should specifically
check for what we do or don't expect.

I believe we should return biblios that have the same isbn we passed, as it signlas we have another
biblio in the catalog that matches the one we are on.

To test:
prove -v t/db_dependent/XISBN.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit d9063ba246bd020de83bc67964a08855a73ccb24)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 0b2f0e0b26d462df58bd7d03246bb60bf84b11e5)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
t/db_dependent/XISBN.t