Switch to compiler-tester
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
1 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * StrongNameMembershipConditionTest.cs: New. Unit tests for 
4         StrongNameMembershipCondition.
5         * StrongNameTest.cs: Added test case for empty name.
6
7 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * PolicyLevelTest.cs: Added unit tests for RemovePermissionSet and
10         Recover methods.
11
12 2005-05-16  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * PolicyStatementTest.cs: New. Unit tests for PolicyStatement.
15
16 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * ApplicationTrustTest.cs: New. Unit tests for ApplicationTrust (2.0).
19
20 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * FileCodeGroupTest.cs: Revoved tests for Scope property (2.0).
23         * GacMembershipConditionTest.cs: Renamed Gac to GacInstalled (new name
24         * GacTest.cs: Renamed Gac to GacInstalled (new name in beta2).
25         in beta2).
26         * IBuiltInEvidenceTest.cs: Renamed Gac to GacInstalled (new name in 
27         beta2).
28         * SiteTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
29         * UrlTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
30         * UrlMembershipConditionTest.cs: Removed [Catogery("NotWorking")] from
31         some 2.0 tests.
32
33 2005-03-18  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * PolicyLevelTest.cs: Remove non-corlib permission classes from the 
36         policy XML string as this can fail for "make distcheck".
37
38 2005-02-16  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * PolicyLevelTest.cs: Renamed the file created by the StoreLocation 
41         test case to include the username. This way multiple users sharing
42         /tmp cannot block the test execution (e.g. buildbot). Also tries to
43         remove the file after the test.
44
45 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * HashTest.cs: Oops, changed "NotWorking" to "NotDotNet".
48
49 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * HashTest.cs: Changed [Ignore] to [Category("NotWorking")] to reduce
52         nunit logs.
53
54 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * PolicyLevelTest.cs: Removed [Ignore] from tests as they now execute
57         properly on 2.0. For 1.x the tests are added to the NotDotNet category.
58
59 2004-09-19  Alexis Christoforides <alexis@thenull.net>
60
61         * UnionCodeGroupTest.cs: Added ResolveWithChildren test.
62
63 2004-09-01  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * HashTest.cs: Fixed tests so they execute without errors on both
66         Fx 1.1 and Fx 2.0 (beta 1).
67         * PublisherTest.cs: Fixed tests so they execute without errors on both
68         Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
69         * SiteTest.cs: Fixed tests so they execute without errors on both Fx 
70         1.1 and Fx 2.0 (beta 1).
71         * StrongNameTest.cs: Fixed tests so they execute without errors on 
72         both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
73         * UrlTest.cs: Fixed tests so they execute without errors on both Fx 
74         1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format.
75
76 2004-09-01  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * ZoneTest.cs: Added test to check that NoZone isn't included in the 
79         permission XML (returned by CreateIdentityPermission).
80
81 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
82
83         * SiteTest.cs: Added tests for CreateFromUrl. Updated AllChars for the
84         differences in Fx 2.0.
85         * UrlTest.cs: Unignore Url_InvalidSite and started changes to be
86         compatible with NET_2_0.
87         * ZoneTest.cs: Added tests for CreateFromUrl and ToString.
88
89 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * ApplicationDirectoryTest.cs: New. For NET_2_0 profile.
92         * EvidenceTest.cs: Added more tests for 1.1 and new tests for 2.0.
93         * FileCodeGroupTest.cs: Added more tests for Resolve,
94         ResolveMatchingCodeGroups and new Fx 2.0 Scope property.
95         * HashMembershipConditionTest.cs: New. Unit tests for hash membership.
96         * HashTest.cs: New. Unit tests for hash.
97         * IBuiltInEvidenceTest.cs: New. Unit tests for the internal 
98         IBuiltInEvidence interface. All tests are [Ignore]d for the 
99         * NetCodeGroupTest.cs: Ajusted PermissionSetName for Fx 2.0.
100         * PermissionRequestEvidenceTest.cs: Ajusted existing tests for 2.0. 
101         Converted tests to NUnit 2.2 format. Converted to UNIX line endings.
102         Added test to see that the original permission sets are copied but
103         the instance copy can be changed (not copied on output).
104         * PolicyLevelTest.cs: Added more tests for Resolve and
105         ResolveMatchingCodeGroups.
106         * UnionCodeGroupTest.cs: Added more properties validation in tests.
107
108 2004-08-24  Sebastien Pouliot  <sebastien@ximian.com>
109
110         * AllMembershipConditionTest.cs: Renamed GetHashCode and 
111         ToString tests to remove compiler warnings.
112         * ApplicationDirectoryMembershipConditionTest.cs: Renamed GetHashCode
113         and ToString tests to remove compiler warnings.
114         * ApplicationMembershipConditionTest.cs: Renamed GetHashCode and 
115         ToString tests to remove compiler warnings.
116         * DomainApplicationMembershipConditionTest.cs: Renamed GetHashCode and
117         ToString tests to remove compiler warnings.
118         * GacMembershipConditionTest.cs: Added some new unit tests for 
119         FromXml to match other *MembershipCondition classes.
120         * PublisherMembershipConditionTest.cs: Renamed GetHashCode and 
121         ToString tests to remove compiler warnings.
122         * SiteMembershipConditionTest.cs: Completed. Converted existing unit
123         tests to NUnit 2.2 format.
124         * UrlMembershipConditionTest.cs: Completed. Converted existing unit 
125         tests to NUnit 2.2 format.
126         * ZoneMembershipConditionTest.cs: Added some new unit tests to match
127         other *MembershipCondition classes.
128
129 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
130
131         * AllMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
132         * ApplicationDirectoryMembershipConditionTest.cs: New. Unit tests in
133         NUnit 2.2 format.
134         * ApplicationMembershipConditionTest.cs: New. Unit tests in NUnit 2.2
135         format.
136         * DomainApplicationMembershipConditionTest.cs: New. Unit tests in 
137         NUnit 2.2 format.
138         * PublisherMembershipConditionTest.cs: Completed. Converted 
139         existing unit tests to NUnit 2.2 format.
140
141 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
142
143         * ZoneMembershipConditionTest.cs: Fixed tests that where failing too
144         soon, i.e. not where I expected them to ;).
145         * ZoneTest.cs: Added tests for Zone.Equals (null).
146
147 2004-08-11  Sebastien Pouliot  <sebastien@ximian.com>
148
149         * UnionCodeGroupTest.cs: Added unit tests for Resolve. Converted 
150         existing unit tests to NUnit 2.2 format.
151
152 2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
153
154         * PolicyLevelTest.cs: Added new policy resolution tests (related to
155         Zone). Converted existing unit tests to NUnit 2.2 format.
156
157 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
158
159         * GacMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
160         * GacTest.cs: New. Unit tests in NUnit 2.2 format.
161
162 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
163
164         * ZoneMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
165
166 2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
167
168         * UnionCodeGroupTest.cs: Added tests for ResolveMatchingCodeGroups.
169
170 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
171
172         * PolicyLevelTest.cs, StrongNameTest.cs: SetUp is now public (required
173         for new nunit).
174
175 2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>
176
177         * PolicyLevelTest.cs: Ignored test Reset as the functionality isn't
178         yet present in Mono.
179         * UrlMembershipConditionTest.cs: Ignored the site related test as the
180         functionality isn't yet present in Mono.
181         * UrlTest.cs: Ignored the site related test as the functionality isn't
182         yet present in Mono.
183
184 2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
185
186         * PermissionRequestEvidenceTest.cs: Added ToString () assertions
187         to existing tests.
188         * PublisherMembershipConditionTest.cs: Replaced "\r\n" with 
189         Environment.NewLine.
190         * StrongNameTest.cs: Replaced "\r\n" with Environment.NewLine.
191
192 2004-01-26  Sebastien Pouliot  <spouliot@videotron.ca>
193
194         * CodeGroupTest.cs: Replaced "\r\n" with Environment.NewLine.
195
196 2004-01-25  David Sheldon <dave-mono@earth.li>
197
198        * UrlTest.cs:  Changed "\r\n" in strings to use
199        Environment.NewLine.
200
201 2004-01-25  David Sheldon <dave-mono@earth.li>
202         
203         * PublisherTest.cs, SiteTest.cs: Changed "\r\n" in strings to use
204         Environment.NewLine. 
205
206 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
207
208         * UrlTest.cs: New. Unit tests for Url. Site test still fails.
209         * UrlMembershipConditionTest.cs: New. Unit tests for 
210         UrlMembershipCondition. Site test still fails.
211
212 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
213
214         * CodeGroupTest.cs: Updated to NUnit2. Added new tests for exceptions 
215         and for ToXml/FromXml methods.
216         * FileCodeGroupTest.cs: New. Unit tests for FileCodeGroup. Missing 
217         Resolve unit tests.
218         * FirstMatchCodeGroupTest.cs: New. Unit tests for FirstMatchCodeGroup. 
219         Missing Resolve unit tests.
220         * NetCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
221         Resolve unit tests.
222         * UnionCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
223         Resolve unit tests.
224         * PolicyLevelTest.cs: New. Unit tests for PolicyLevel. Missing Resolve
225         unit tests.
226
227 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
228
229         * SiteTest.cs: New. Unit tests for Site.
230         * SiteMembershipConditionTest.cs: New. Implemented.
231
232 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
233
234         * EvidenceTest.cs: Upgraded tests to NUnit2. Added new tests.
235         * StrongNameTest.cs: Class now inherits from Assertion.
236
237 2004-01-01  Nick Drochak  <ndrochak@gol.com>
238
239         * PermissionRequestEvidenceTest.cs: New File
240
241 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
242
243         * PublisherMembershipConditionTest.cs: Added new unit tests for the
244         newly implemented methods.
245
246 2003-07-03  Sebastien Pouliot  <spouliot@videotron.ca>
247
248         * ZoneTest.cs: New. Test everything except the unimplemented static 
249         CreateFromUrl method.
250
251 2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>
252
253         * PublisherTest.cs: Updated to NUnit2 style.
254         * PublisherMembershipConditionTest.cs: Updated to NUnit2 style.
255         * StrongNameTest.cs: Updated to NUnit2 style.
256
257 2002-12-21  Nick Drochak <ndrochak@gol.com>
258
259         * all: make tests build and run under nunit2
260
261 2002-12-16  Sebastien Pouliot  <spouliot@videotron.ca>
262
263         * AllTests.cs: Added test suites for StrongName.
264         * StrongNameTest.cs: New. Test suite for StrongName (complete).
265
266 2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
267
268         * AllTests.cs: Added test suites for Publisher and
269         PublisherMembershipCondition.
270         * PublisherTest.cs: New. Test suite for Publisher (complete).
271         * PublisherMembershipConditionTest.cs: New. Test suite for Publisher
272         PublisherMembershipCondition (incomplete).
273
274 2002-10-28  Jackson Harper <jackson@latitudegeo.com>
275
276         * AllTests.cs EvidenceTest.cs: Added test for Evidence class
277
278 2002-02-10  Nick Drochak  <ndrochak@gol.com>
279
280         * AllTests.cs: Add new file.
281
282 2002-02-07  Nick Drochak  <ndrochak@gol.com>
283
284         * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods.
285
286 2002-02-01  Nick Drochak  <ndrochak@gol.com>
287
288         * CodeGroupTest.cs: Still not done, checking in now just in case
289
290 2002-01-30  Nick Drochak  <ndrochak@gol.com>
291
292         * CodeGroupTest.cs: New File.  Not done, but checking in now just in case