Skip to content

Commit

Permalink
Fix a syntax error in t/Auth/LDAP.t
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 10, 2010
1 parent c95464a commit 3fdade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Auth/LDAP.t
Expand Up @@ -123,7 +123,7 @@ or diag( $auth->error );
WebGUI::Test->addToCleanup( $session->user );

# Test the the automatically registered user is in the right group
ok( $session->user->isInGroup( $ldapGroup->getId ) )
ok( $session->user->isInGroup( $ldapGroup->getId ) );

$session->setting->set('automaticLDAPRegistration', 0);
$session->user({ userId => 1 }); # Restore Visitor
Expand Down

0 comments on commit 3fdade0

Please sign in to comment.