mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
Change new inferRootDN argument to false for test
Originally-Committed-As: 677033863f7f2e31d093edfe410c3db94ccff761
This commit is contained in:
parent
82aa9f4a96
commit
c08e778ff7
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue