From 2f5359b2bcad44a928ed440f0e7f13192e935f26 Mon Sep 17 00:00:00 2001 From: Mattias Hellborg Arthursson Date: Mon, 2 Sep 2013 07:03:52 +0200 Subject: [PATCH] Compilation error. --- .../org/springframework/ldap/itest/ad/SchemaToJavaAdITest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-tests-ad/src/test/java/org/springframework/ldap/itest/ad/SchemaToJavaAdITest.java b/test/integration-tests-ad/src/test/java/org/springframework/ldap/itest/ad/SchemaToJavaAdITest.java index b9655ced..1a8a9d0c 100755 --- a/test/integration-tests-ad/src/test/java/org/springframework/ldap/itest/ad/SchemaToJavaAdITest.java +++ b/test/integration-tests-ad/src/test/java/org/springframework/ldap/itest/ad/SchemaToJavaAdITest.java @@ -92,7 +92,7 @@ public final class SchemaToJavaAdITest { contextSource.setPassword(PASSWORD); contextSource.setPooled(false); contextSource.setBase("dc=261consulting,dc=local"); - HashMap baseEnvironment = new HashMap() {{ + HashMap baseEnvironment = new HashMap() {{ put("java.naming.ldap.attributes.binary", "thumbnailLogo replPropertyMetaData partialAttributeSet registeredAddress userPassword telexNumber partialAttributeDeletionList mS-DS-ConsistencyGuid attributeCertificateAttribute thumbnailPhoto teletexTerminalIdentifier replUpToDateVector dSASignature objectGUID"); }}; contextSource.setBaseEnvironmentProperties(baseEnvironment);