Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
393f99c2
Commit
393f99c2
authored
Mar 16, 2017
by
Yadd
Browse files
Fix test count
parent
7df4880d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-manager/t/12-save-changed-conf.t
View file @
393f99c2
...
...
@@ -71,7 +71,7 @@ ok( ( @c1 = sort keys %{ $res->[0] } ), 'diff() detects changes in conf 1' );
ok
(
(
@c2
=
sort
keys
%
{
$res
->
[
1
]
}
),
'
diff() detects changes in conf 2
'
);
ok
(
@c1
==
12
,
'
12 keys changed in conf 1
'
)
or
print
STDERR
"
Expect: 11 keys, get:
"
.
join
(
'
,
',
@c1
)
.
"
\n
";
ok
(
@c2
==
1
3
,
'
1
3
keys changed or created in conf 2
'
)
ok
(
@c2
==
1
4
,
'
1
4
keys changed or created in conf 2
'
)
or
print
STDERR
"
Expect: 14 keys, get:
"
.
join
(
'
,
',
@c2
)
.
"
\n
";
count
(
5
);
...
...
Write
Preview
Supports
Markdown
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