Fix a syntax error in t/Auth/LDAP.t

This commit is contained in:
Colin Kuskie 2010-02-09 16:38:59 -08:00
parent b86d244939
commit 80a7f7bd53

View file

@ -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