environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent e5213ac07d
commit 6da0f69b27
  1. 11
      lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t
  2. 11
      lemonldap-ng-handler/t/test-psgi-lib.pm
  3. 0
      lemonldap-ng-portal/t/lmConf-1.json

@ -18,11 +18,12 @@ init();
ok( ok(
$app->init( $app->init(
{ {
configStorage => { type => 'File', dirName => 't' }, configStorage => { type => 'File', dirName => 't' },
logLevel => 'warn', localSessionStorage => '',
cookieName => 'lemonldap', logLevel => 'warn',
securedCookie => 0, cookieName => 'lemonldap',
https => 0, securedCookie => 0,
https => 0,
} }
), ),
'initialization' 'initialization'

@ -25,11 +25,12 @@ sub init {
} }
$prms ||= {}; $prms ||= {};
%$prms = ( %$prms = (
configStorage => { type => 'File', dirName => 't' }, configStorage => { type => 'File', dirName => 't' },
logLevel => 'error', localSessionStorage => '',
cookieName => 'lemonldap', logLevel => 'error',
securedCookie => 0, cookieName => 'lemonldap',
https => 0, securedCookie => 0,
https => 0,
logger => 'Lemonldap::NG::Common::Logger::Std', logger => 'Lemonldap::NG::Common::Logger::Std',
%$prms %$prms
); );

Loading…
Cancel
Save