]> git.evergreen-ils.org Git - Evergreen.git/commit
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 Wells <dbw2@calvin.edu>
Sat, 10 Mar 2012 02:52:46 +0000 (21:52 -0500)
commit185a7b030f0298eaeff105253d00de733fc1b0f6
tree72c50be4702b6b72b435dbf2ce8d4edb591c976c
parentc26d0e54383b03739f3acd1c017a8c04af70d744
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>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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]