2005-11-06 Boris Kirzner * 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 * DirectoryServicesPermissionAttributeTest.cs: Removed *Choice security actions. 2005-06-19 Boris Kirzner * 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 * DirectoryServicesPermissionTest.cs: IsSubset(null) has a different result in 2.0 compared to 1.x. 2005-05-31 Sebastien Pouliot * DirectoryServicesPermissionTest.cs: Fx 2.0 now has better arguments checking (i.e. FDBK15131 was fixed). 2005-04-07 Boris Kirzner * DirectoryServicesDirectoryEntryTest.cs: - Rethrow AssertionException so the test will fail if Assert.Fail is called inside try/catch. - Additional test case for Properties. - Additional test case for DeleteTree. - More testing for RefreshCache. 2005-03-29 Boris Kirzner * DirectoryServicesDirectoryEntryTest.cs: - Fixed SetUp method. - More test cases and test fixes. * DirectoryServicesDirectorySearcherTest.cs: - Fixed SetUp method. - More test cases and test fixes. * DirectoryServicesSearchResultTest.cs: - Fixed SetUp method. - Fixed test case (the filter feature is checked in DirectorySearcherTest). 2005-03-20 Boris Kirzner * DirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test. 2005-03-17 Boris Kirzner * DirectoryServicesDirectoryEntryTest.cs: New. Unit tests for DirectoryServices.DirectoryEntry. * DirectoryServicesDirectorySearcherTest.cs: New. Unit tests for DirectoryServices.DirectorySearcher. * DirectoryServicesSearchResultTest.cs: New. Unit tests for DirectoryServices.SearchResult. 2004-09-10 Sebastien Pouliot * ChangeLog: New. * DirectoryServicesPermissionAttributeTest.cs: New. Unit tests for DirectoryServicesPermissionAttribute. * DirectoryServicesPermissionTest.cs: New. Unit tests for Directory ServicesPermission.