Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-ldapimport
Commits
0a34f0d1
Commit
0a34f0d1
authored
Feb 14, 2013
by
Ruslan Zakirov
Browse files
fix number of tests
parent
ece2248e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
t/group-rename.t
t/group-rename.t
+3
-1
No files found.
t/group-rename.t
View file @
0a34f0d1
use
strict
;
use
warnings
;
use
lib
'
t/lib
';
use
RT::Extension::LDAPImport::
Test
tests
=>
66
;
use
RT::Extension::LDAPImport::
Test
tests
=>
undef
;
eval
{
require
Net::LDAP::Server::
Test
;
1
;
}
or
do
{
plan
skip_all
=>
'
Unable to test without Net::Server::LDAP::Test
';
};
...
...
@@ -114,6 +114,8 @@ ok( $importer->import_users( import => 1 ), 'imported users');
ok
get_group
('
Test Group 3
')
->
FirstAttribute
('
LDAPImport-gid-2
');
}
done_testing
;
sub
is_member_of
{
my
$uname
=
shift
;
my
$gname
=
shift
;
...
...
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