[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.17-1-g4214e8c
? sunnavy
sunnavy at bestpractical.com
Thu Oct 3 13:41:09 EDT 2013
The branch, master has been updated
via 4214e8c4d45f8afe0c39b766ca2e563ae7506cf6 (commit)
from bcd5861674db4f5a1b2a5bae5dacae6724629e8d (commit)
Summary of changes:
xt/ldap.t | 2 +-
xt/ldap_escaping.t | 2 +-
xt/ldap_group.t | 2 +-
xt/ldap_privileged.t | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 4214e8c4d45f8afe0c39b766ca2e563ae7506cf6
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Oct 4 01:31:32 2013 +0800
typo
diff --git a/xt/ldap.t b/xt/ldap.t
index 43809e4..4c11dda 100644
--- a/xt/ldap.t
+++ b/xt/ldap.t
@@ -6,7 +6,7 @@ use Net::LDAP;
use RT::Authen::ExternalAuth;
eval { require Net::LDAP::Server::Test; 1; } or do {
- plan skip_all => 'Unable to test without Net::Server::LDAP::Test';
+ plan skip_all => 'Unable to test without Net::LDAP::Server::Test';
};
diff --git a/xt/ldap_escaping.t b/xt/ldap_escaping.t
index 0fbb02c..bfd21e8 100644
--- a/xt/ldap_escaping.t
+++ b/xt/ldap_escaping.t
@@ -6,7 +6,7 @@ use Net::LDAP;
use RT::Authen::ExternalAuth;
eval { require Net::LDAP::Server::Test; 1; } or do {
- plan skip_all => 'Unable to test without Net::Server::LDAP::Test';
+ plan skip_all => 'Unable to test without Net::LDAP::Server::Test';
};
diff --git a/xt/ldap_group.t b/xt/ldap_group.t
index a5d0e64..a01124b 100644
--- a/xt/ldap_group.t
+++ b/xt/ldap_group.t
@@ -11,7 +11,7 @@ use Net::LDAP;
use RT::Authen::ExternalAuth;
eval { require Net::LDAP::Server::Test; 1; } or do {
- plan skip_all => 'Unable to test without Net::Server::LDAP::Test';
+ plan skip_all => 'Unable to test without Net::LDAP::Server::Test';
};
diff --git a/xt/ldap_privileged.t b/xt/ldap_privileged.t
index ee27a36..b0e6463 100644
--- a/xt/ldap_privileged.t
+++ b/xt/ldap_privileged.t
@@ -6,7 +6,7 @@ use Net::LDAP;
use RT::Authen::ExternalAuth;
eval { require Net::LDAP::Server::Test; 1; } or do {
- plan skip_all => 'Unable to test without Net::Server::LDAP::Test';
+ plan skip_all => 'Unable to test without Net::LDAP::Server::Test';
};
my $ldap_port = 1024 + int rand(10000) + $$ % 1024;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list