82 lines
3.0 KiB
Plaintext
82 lines
3.0 KiB
Plaintext
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:
|
|
- 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 <borisk@mainsoft.com>
|
|
|
|
* 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 <borisk@mainsoft.com>
|
|
|
|
* DirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test.
|
|
|
|
2005-03-17 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* 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 <sebastien@ximian.com>
|
|
|
|
* ChangeLog: New.
|
|
* DirectoryServicesPermissionAttributeTest.cs: New. Unit tests for
|
|
DirectoryServicesPermissionAttribute.
|
|
* DirectoryServicesPermissionTest.cs: New. Unit tests for Directory
|
|
ServicesPermission.
|