[Bps-public-commit] rt-authen-externalauth branch, configurable-group-scope, updated. 0.10_01-6-gf6e779f
Thomas Sibley
trs at bestpractical.com
Fri Jul 27 16:18:41 EDT 2012
The branch, configurable-group-scope has been updated
via f6e779f50e1f06130e4c8b8b93a44986e2256b35 (commit)
from 5ac161ae1ad3beb1af65570832dd018a445463a3 (commit)
Summary of changes:
xt/ldap_group.t | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit f6e779f50e1f06130e4c8b8b93a44986e2256b35
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jul 27 13:16:49 2012 -0700
Catch a missed failed login warning
diff --git a/xt/ldap_group.t b/xt/ldap_group.t
index b77cf50..624b2e4 100644
--- a/xt/ldap_group.t
+++ b/xt/ldap_group.t
@@ -126,6 +126,7 @@ diag "Subgroup isn't used with default group_scope of base";
local $TODO = 'Net::LDAP::Server::Test bug: https://rt.cpan.org/Ticket/Display.html?id=78612'
if $Net::LDAP::Server::Test::VERSION <= 0.13;
ok( !$m->login( 'testuser3', 'password' ), 'not logged in from subgroup' );
+ $m->warning_like(qr/FAILED LOGIN for testuser3/);
$m->logout;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list