Add basic unit tests for AuthProxy + associated fixes
authorDan Scott <dscott@laurentian.ca>
Fri, 10 Feb 2012 03:24:03 +0000 (22:24 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 8 Mar 2012 18:40:50 +0000 (13:40 -0500)
commit2d55a24f6f390a4e5ccd43a6f1579ac190c8b476
treeecd21be72c95cecb97f29a0a533de95ba3499a1d
parentcd7384048bf7e1f1d5997f31f5beca591ff744f9
Add basic unit tests for AuthProxy + associated fixes

The basic "will it load?" unit tests for AuthProxy* turned up a few
requirements:

1. Add install of Net::LDAP to Makefile.install
2. Initialize the OpenSRF cache after bootstrapping

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/perlmods/lib/OpenILS/Application/AuthProxy.pm
Open-ILS/src/perlmods/t/20-OpenILS-Application-AuthProxy.t [new file with mode: 0644]