Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
c0d87561
Commit
c0d87561
authored
Dec 20, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean warnings (#595)
parent
f6ea9b5d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
+6
-0
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Artifact-IdP-initiated.t
...portal/t/30-Auth-and-issuer-SAML-Artifact-IdP-initiated.t
+1
-0
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Artifact.t
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Artifact.t
+1
-0
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-POST-IdP-initiated.t
...-ng-portal/t/30-Auth-and-issuer-SAML-POST-IdP-initiated.t
+1
-0
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Redirect-IdP-initiated.t
...portal/t/30-Auth-and-issuer-SAML-Redirect-IdP-initiated.t
+1
-0
lemonldap-ng-portal/t/test-lib.pm
lemonldap-ng-portal/t/test-lib.pm
+2
-0
No files found.
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Artifact-IdP-initiated.t
View file @
c0d87561
...
...
@@ -134,6 +134,7 @@ clean_sessions();
done_testing
(
count
()
);
# Redefine LWP methods for tests
no
warnings
'
redefine
';
sub
LWP
::UserAgent::request {
my
(
$self
,
$req
)
=
@_
;
ok
(
$req
->
uri
=~
m#http://auth.sp.com(.*)#
,
'
Request from SP to IdP
'
);
...
...
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Artifact.t
View file @
c0d87561
...
...
@@ -195,6 +195,7 @@ done_testing( count() );
no
warnings
'
redefine
';
# Redefine LWP methods for tests
no
warnings
'
redefine
';
sub
LWP
::UserAgent::request {
my
(
$self
,
$req
)
=
@_
;
ok
(
$req
->
uri
=~
m#http://auth.idp.com(.*)#
,
'
Request from SP to IdP
'
);
...
...
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-POST-IdP-initiated.t
View file @
c0d87561
...
...
@@ -134,6 +134,7 @@ clean_sessions();
done_testing
(
count
()
);
# Redefine LWP methods for tests
no
warnings
'
redefine
';
sub
LWP
::UserAgent::request {
my
(
$self
,
$req
)
=
@_
;
ok
(
$req
->
uri
=~
m#http://auth.sp.com(.*)#
,
'
Request from SP to IdP
'
);
...
...
lemonldap-ng-portal/t/30-Auth-and-issuer-SAML-Redirect-IdP-initiated.t
View file @
c0d87561
...
...
@@ -134,6 +134,7 @@ clean_sessions();
done_testing
(
count
()
);
# Redefine LWP methods for tests
no
warnings
'
redefine
';
sub
LWP
::UserAgent::request {
my
(
$self
,
$req
)
=
@_
;
ok
(
$req
->
uri
=~
m#http://auth.sp.com(.*)#
,
'
Request from SP to IdP
'
);
...
...
lemonldap-ng-portal/t/test-lib.pm
View file @
c0d87561
...
...
@@ -6,6 +6,8 @@ use Data::Dumper;
use
LWP::
UserAgent
;
use
5.10.0
;
no
warnings
'
redefine
';
BEGIN
{
use_ok
('
Lemonldap::NG::Portal::Main
');
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment