Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maxime Besson
lemonldap-ng
Commits
76fd9a55
Commit
76fd9a55
authored
May 23, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide debug messages in tests (#595)
parent
f5000726
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
lemonldap-ng-portal/t/01-AuthDemo.t
lemonldap-ng-portal/t/01-AuthDemo.t
+1
-1
lemonldap-ng-portal/t/02-AuthAD.t
lemonldap-ng-portal/t/02-AuthAD.t
+1
-1
lemonldap-ng-portal/t/02-AuthLDAP.t
lemonldap-ng-portal/t/02-AuthLDAP.t
+1
-1
lemonldap-ng-portal/t/03-AuthDBI.t
lemonldap-ng-portal/t/03-AuthDBI.t
+1
-1
lemonldap-ng-portal/t/04-AuthNull.t
lemonldap-ng-portal/t/04-AuthNull.t
+1
-1
lemonldap-ng-portal/t/05-AuthApache.t
lemonldap-ng-portal/t/05-AuthApache.t
+1
-1
No files found.
lemonldap-ng-portal/t/01-AuthDemo.t
View file @
76fd9a55
...
...
@@ -6,7 +6,7 @@ require 't/test-lib.pm';
my
$res
;
init
(
{
logLevel
=>
'
debug
',
useSafeJail
=>
1
}
);
init
(
{
logLevel
=>
'
error
',
useSafeJail
=>
1
}
);
# Test normal first access
# ------------------------
...
...
lemonldap-ng-portal/t/02-AuthAD.t
View file @
76fd9a55
...
...
@@ -11,7 +11,7 @@ SKIP: {
init
(
{
logLevel
=>
'
debug
',
logLevel
=>
'
error
',
useSafeJail
=>
1
,
authentication
=>
'
AD
',
userDB
=>
'
AD
',
...
...
lemonldap-ng-portal/t/02-AuthLDAP.t
View file @
76fd9a55
...
...
@@ -11,7 +11,7 @@ SKIP: {
init
(
{
logLevel
=>
'
debug
',
logLevel
=>
'
error
',
useSafeJail
=>
1
,
authentication
=>
'
LDAP
',
userDB
=>
'
LDAP
',
...
...
lemonldap-ng-portal/t/03-AuthDBI.t
View file @
76fd9a55
...
...
@@ -18,7 +18,7 @@ SKIP: {
$dbh
->
do
("
INSERT INTO users VALUES ('dwho','dwho','Doctor who')
");
init
(
{
logLevel
=>
'
debug
',
logLevel
=>
'
error
',
useSafeJail
=>
1
,
authentication
=>
'
DBI
',
userDB
=>
'
DBI
',
...
...
lemonldap-ng-portal/t/04-AuthNull.t
View file @
76fd9a55
...
...
@@ -7,7 +7,7 @@ my $res;
init
(
{
logLevel
=>
'
debug
',
logLevel
=>
'
error
',
useSafeJail
=>
1
,
authentication
=>
'
Null
',
userDB
=>
'
Null
',
...
...
lemonldap-ng-portal/t/05-AuthApache.t
View file @
76fd9a55
...
...
@@ -7,7 +7,7 @@ my $res;
init
(
{
logLevel
=>
'
debug
',
logLevel
=>
'
error
',
useSafeJail
=>
1
,
authentication
=>
'
Apache
',
userDB
=>
'
Null
',
...
...
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