Skip to content

Commit

Permalink
fix number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruz committed Feb 13, 2013
1 parent ece2248 commit 0a34f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/group-rename.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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';
};
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0a34f0d

Please sign in to comment.