From b8d242464d3eadbaec0a5f1e5b992f8ac422be26 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Mon, 27 May 2019 22:40:51 +0200 Subject: [PATCH] Improve unit tests (#1775) --- lemonldap-ng-portal/t/59-Double-cookies-for-Double-sessions.t | 1 + lemonldap-ng-portal/t/59-Double-cookies-for-a-Single-session.t | 1 + 2 files changed, 2 insertions(+) diff --git a/lemonldap-ng-portal/t/59-Double-cookies-for-Double-sessions.t b/lemonldap-ng-portal/t/59-Double-cookies-for-Double-sessions.t index 9e0fa15a2..b55782d85 100644 --- a/lemonldap-ng-portal/t/59-Double-cookies-for-Double-sessions.t +++ b/lemonldap-ng-portal/t/59-Double-cookies-for-Double-sessions.t @@ -18,6 +18,7 @@ my $client = LLNG::Manager::Test->new( { requireToken => 0, securedCookie => 2, https => 0, + singleSession => 1, } } ); diff --git a/lemonldap-ng-portal/t/59-Double-cookies-for-a-Single-session.t b/lemonldap-ng-portal/t/59-Double-cookies-for-a-Single-session.t index d1372fdb1..25de134f1 100644 --- a/lemonldap-ng-portal/t/59-Double-cookies-for-a-Single-session.t +++ b/lemonldap-ng-portal/t/59-Double-cookies-for-a-Single-session.t @@ -18,6 +18,7 @@ my $client = LLNG::Manager::Test->new( { requireToken => 0, securedCookie => 3, https => 0, + singleSession => 1, } } );