diff --git a/test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy b/test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy index 0f12ddf..190b6c5 100644 --- a/test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy +++ b/test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy @@ -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 }