Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / System.DirectoryServices / Test / System.DirectoryServices / ChangeLog
index c7ac9ae4c73e4e3cc790b1c69f7b6310a30586be..5c7b8d4f2d1a4eee39279aa9efabf9c483bf0af0 100644 (file)
@@ -1,3 +1,46 @@
+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.
+       * DirectoryServicesDirectoryEntryTest.cs:
+               - Since MS works only with "LDAP" while RFC2255 states "ldap", 
+               use lowercase comparing on ldap urls.
+               - Added more Path tests.
+               - Uncommented SchemaEntry tests.
+
+2005-06-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DirectoryServicesPermissionTest.cs: IsSubset(null) has a different 
+       result in 2.0 compared to 1.x.
+
+2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DirectoryServicesPermissionTest.cs: Fx 2.0 now has better arguments
+       checking (i.e. FDBK15131 was fixed).
+
 2005-04-07  Boris Kirzner  <borisk@mainsoft.com>
 
        * DirectoryServicesDirectoryEntryTest.cs: