]> git.koha-community.org Git - koha.git/commit
Bug 15479 Add tests for ILS.pm
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 21 Jan 2016 11:30:31 +0000 (11:30 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Tue, 1 Mar 2016 13:53:51 +0000 (14:53 +0100)
commitd937b43134c4fe62d068b2e559f3b7635c7dd2ce
tree2fb8da6aefee3e77e0008f88d73d4dbd7f38db39
parentac0f57fd61beb547b9836b4818b6388d9cf22c95
Bug 15479 Add tests for ILS.pm

This patch specifically adds a test for the sub added to
resolve Bug 15479. As no test script existed to add this two
added one which also tests that ILS objects can be instantiated
correctly and offer the required interface

NOTE: This does not apply without the first patch.
      Comment #3 suggested a unit test that would fail
      before and pass after. So while this code is good,
      it missed the before case. -- mtompset

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit df4b1552211aae130b2ac31b44f45892c342e28c)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 70ec608f917664411c6fc3357ade58a6261dd86f)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/SIP/ILS.pm
t/SIPILS.t [new file with mode: 0755]