]> git.evergreen-ils.org Git - working/NCIPServer.git/commit - t/NCIP_Handler.t
Rejigging the creation of a handler a bit, so we now pass our ILS object
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 18 Nov 2013 02:30:16 +0000 (15:30 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 18 Nov 2013 02:30:16 +0000 (15:30 +1300)
commitf280c144508943ee7fb94a8d452ad65730ec3f36
treedebfc324a847aa558247d676ff398f9bf28046bc
parent742b0ab3bd81d54701580c58e21c5bb6d896b6ac
Rejigging the creation of a handler a bit, so we now pass our ILS object

This should allow our handlers to behave agnostically to the underlying ILS
And we should only have to create the object once, at start up, rather
than per message
lib/NCIP.pm
lib/NCIP/Handler.pm
lib/NCIP/Handler/LookupItem.pm
t/NCIP_Handler.t