Change new inferRootDN argument to false for test

Originally-Committed-As: 677033863f7f2e31d093edfe410c3db94ccff761
This commit is contained in:
Chris Cosby 2011-04-25 17:23:19 -04:00 committed by Andrew Bayer
parent 82aa9f4a96
commit c08e778ff7

View file

@ -42,7 +42,7 @@ public class LDAPSecurityRealmTest extends HudsonTestCase {
* basic syntax errors and such.
*/
void testGroovyBeanDef() {
hudson.securityRealm = new LDAPSecurityRealm("ldap.itd.umich.edu",null,null,null,null,null,null,null);
hudson.securityRealm = new LDAPSecurityRealm("ldap.itd.umich.edu",null,null,null,null,null,null,false);
println hudson.securityRealm.securityComponents // force the component creation
}