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

@ -19,6 +19,7 @@ ok(
$app->init(
{
configStorage => { type => 'File', dirName => 't' },
localSessionStorage => '',
logLevel => 'warn',
cookieName => 'lemonldap',
securedCookie => 0,

@ -26,6 +26,7 @@ sub init {
$prms ||= {};
%$prms = (
configStorage => { type => 'File', dirName => 't' },
localSessionStorage => '',
logLevel => 'error',
cookieName => 'lemonldap',
securedCookie => 0,

Loading…
Cancel
Save