From c08e778ff70817731830abe1253a7001b73dd0fb Mon Sep 17 00:00:00 2001 From: Chris Cosby Date: Mon, 25 Apr 2011 17:23:19 -0400 Subject: [PATCH] Change new inferRootDN argument to false for test Originally-Committed-As: 677033863f7f2e31d093edfe410c3db94ccff761 --- .../test/groovy/hudson/security/LDAPSecurityRealmTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }