Hello all
Attached is a patch for DirectoryEntries class.
When adding new entry, do not set "objectclass" property to include schemaClassName value.
This patch fixes SetUp methods for DirectoryServicesDirectoryEntryTest, DirectoryServicesDirectorySearcherTest and DirectoryServicesSearchResultTest.


If no one objects, I'm going to commit.

Boris

--
Boris Kirzner
Mainsoft Corporation
http://www.mainsoft.com

Index: DirectoryEntries.cs
===================================================================
--- DirectoryEntries.cs (revision 41947)
+++ DirectoryEntries.cs (working copy)
@@ -199,7 +199,6 @@
                        LdapUrl curl=new LdapUrl(Burl.Host,Burl.Port,eFdn);
                        ent.Path=curl.ToString();
                        ent.Nflag = true;
-                       ent.Properties["objectclass"].Add(schemaClassName);
                        return ent;
                }
 

Reply via email to