Bug 26364: Adjust unit tests
authorNick Clemens <nick@bywatersolutions.com>
Wed, 9 Sep 2020 14:34:26 +0000 (14:34 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jan 2021 14:37:15 +0000 (15:37 +0100)
commitd9063ba246bd020de83bc67964a08855a73ccb24
treea4a8ade1fa42bd1848f5b882b7e11bc487113529
parentfeb7f5f6dd89f58f3b027898705fb0fa57a051ab
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>
t/db_dependent/XISBN.t