Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / System.DirectoryServices / Test / System.DirectoryServices / ChangeLog
index e8b1cbaab945bee742518f2d530cc6266a39d3d1..5c7b8d4f2d1a4eee39279aa9efabf9c483bf0af0 100644 (file)
@@ -1,3 +1,27 @@
+2006-03-06 Boris Kirzner <borisk@mainsoft.coim>
+       * DirectoryServicesDirectoryEntryTest.cs, 
+       DirectoryServicesDirectorySearcherTest.cs : marked not working tests.
+
+2005-12-05 Boris Kirzner <borisk@mainsoft.coim>
+       * DirectoryServicesDirectoryEntryTest.cs, 
+       DirectoryServicesDirectorySearcherTest.cs,
+       DirectoryServicesSearchResultTest.cs : added objects disposing to the tests
+
+2005-11-06 Boris Kirzner <borisk@mainsoft.coim>
+       * TestConfiguration.cs: added. 
+       Class to read tests configuration from app config.
+       * example.app.config: added. 
+       Example app config file for tests configuration.
+       * DirectoryServicesDirectoryEntryTest.cs,
+       DirectoryServicesDirectorySearcherTest.cs,
+       DirectoryServicesSearchResultTest.cs: work with TestConfiguration
+       instead of hardcoded values.
+
+2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DirectoryServicesPermissionAttributeTest.cs: Removed *Choice 
+       security actions.
+
 2005-06-19 Boris Kirzner <borisk@mainsoft.coim>
        * DirectoryServicesSearchResultTest.cs: since MS works only with "LDAP" 
        while RFC2255 states "ldap", use lowercase comparing on ldap urls.