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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 23 Feb 2016 23:19:57 +0000 (23:19 +0000)
commitdf4b1552211aae130b2ac31b44f45892c342e28c
tree1b8104233ea23daa31d1688a52f97b24cc8389a5
parent203659ee60b25614eecd01f69e23e3be57952707
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
C4/SIP/ILS.pm
t/SIPILS.t [new file with mode: 0755]