[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.DirectoryServices / Test / System.DirectoryServices / ChangeLog
1 2006-03-06 Boris Kirzner <borisk@mainsoft.coim>
2         * DirectoryServicesDirectoryEntryTest.cs, 
3         DirectoryServicesDirectorySearcherTest.cs : marked not working tests.
4
5 2005-12-05 Boris Kirzner <borisk@mainsoft.coim>
6         * DirectoryServicesDirectoryEntryTest.cs, 
7         DirectoryServicesDirectorySearcherTest.cs,
8         DirectoryServicesSearchResultTest.cs : added objects disposing to the tests
9
10 2005-11-06 Boris Kirzner <borisk@mainsoft.coim>
11         * TestConfiguration.cs: added. 
12         Class to read tests configuration from app config.
13         * example.app.config: added. 
14         Example app config file for tests configuration.
15         * DirectoryServicesDirectoryEntryTest.cs,
16         DirectoryServicesDirectorySearcherTest.cs,
17         DirectoryServicesSearchResultTest.cs: work with TestConfiguration
18         instead of hardcoded values.
19
20 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * DirectoryServicesPermissionAttributeTest.cs: Removed *Choice 
23         security actions.
24
25 2005-06-19 Boris Kirzner <borisk@mainsoft.coim>
26         * DirectoryServicesSearchResultTest.cs: since MS works only with "LDAP" 
27         while RFC2255 states "ldap", use lowercase comparing on ldap urls.
28         * DirectoryServicesDirectoryEntryTest.cs:
29                 - Since MS works only with "LDAP" while RFC2255 states "ldap", 
30                 use lowercase comparing on ldap urls.
31                 - Added more Path tests.
32                 - Uncommented SchemaEntry tests.
33
34 2005-06-01  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * DirectoryServicesPermissionTest.cs: IsSubset(null) has a different 
37         result in 2.0 compared to 1.x.
38
39 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * DirectoryServicesPermissionTest.cs: Fx 2.0 now has better arguments
42         checking (i.e. FDBK15131 was fixed).
43
44 2005-04-07  Boris Kirzner  <borisk@mainsoft.com>
45
46         * DirectoryServicesDirectoryEntryTest.cs: 
47                 - Rethrow AssertionException so the test will fail if Assert.Fail is called inside try/catch.
48                 - Additional test case for Properties.
49                 - Additional test case for DeleteTree.
50                 - More testing for RefreshCache.
51
52
53 2005-03-29  Boris Kirzner  <borisk@mainsoft.com>
54
55         * DirectoryServicesDirectoryEntryTest.cs: 
56                 - Fixed SetUp method.
57                 - More test cases and test fixes.
58         * DirectoryServicesDirectorySearcherTest.cs: 
59                 - Fixed SetUp method.
60                 - More test cases and test fixes.
61         * DirectoryServicesSearchResultTest.cs:
62                 - Fixed SetUp method.
63                 - Fixed test case (the filter feature is checked in DirectorySearcherTest).
64
65 2005-03-20  Boris Kirzner  <borisk@mainsoft.com>
66
67         * DirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test.
68
69 2005-03-17  Boris Kirzner  <borisk@mainsoft.com>
70
71         * DirectoryServicesDirectoryEntryTest.cs: New. Unit tests for DirectoryServices.DirectoryEntry.
72         * DirectoryServicesDirectorySearcherTest.cs: New. Unit tests for DirectoryServices.DirectorySearcher.
73         * DirectoryServicesSearchResultTest.cs: New. Unit tests for DirectoryServices.SearchResult.
74
75 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * ChangeLog: New.
78         * DirectoryServicesPermissionAttributeTest.cs: New. Unit tests for 
79         DirectoryServicesPermissionAttribute.
80         * DirectoryServicesPermissionTest.cs: New. Unit tests for Directory
81         ServicesPermission.