2004-08-12 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
1 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ZoneMembershipConditionTest.cs: Fixed tests that where failing too
4         soon, i.e. not where I expected them to ;).
5         * ZoneTest.cs: Added tests for Zone.Equals (null).
6
7 2004-08-11  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * UnionCodeGroupTest.cs: Added unit tests for Resolve. Converted 
10         existing unit tests to NUnit 2.2 format.
11
12 2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * PolicyLevelTest.cs: Added new policy resolution tests (related to
15         Zone). Converted existing unit tests to NUnit 2.2 format.
16
17 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * GacMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
20         * GacTest.cs: New. Unit tests in NUnit 2.2 format.
21
22 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * ZoneMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
25
26 2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * UnionCodeGroupTest.cs: Added tests for ResolveMatchingCodeGroups.
29
30 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * PolicyLevelTest.cs, StrongNameTest.cs: SetUp is now public (required
33         for new nunit).
34
35 2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * PolicyLevelTest.cs: Ignored test Reset as the functionality isn't
38         yet present in Mono.
39         * UrlMembershipConditionTest.cs: Ignored the site related test as the
40         functionality isn't yet present in Mono.
41         * UrlTest.cs: Ignored the site related test as the functionality isn't
42         yet present in Mono.
43
44 2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
45
46         * PermissionRequestEvidenceTest.cs: Added ToString () assertions
47         to existing tests.
48         * PublisherMembershipConditionTest.cs: Replaced "\r\n" with 
49         Environment.NewLine.
50         * StrongNameTest.cs: Replaced "\r\n" with Environment.NewLine.
51
52 2004-01-26  Sebastien Pouliot  <spouliot@videotron.ca>
53
54         * CodeGroupTest.cs: Replaced "\r\n" with Environment.NewLine.
55
56 2004-01-25  David Sheldon <dave-mono@earth.li>
57
58        * UrlTest.cs:  Changed "\r\n" in strings to use
59        Environment.NewLine.
60
61 2004-01-25  David Sheldon <dave-mono@earth.li>
62         
63         * PublisherTest.cs, SiteTest.cs: Changed "\r\n" in strings to use
64         Environment.NewLine. 
65
66 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
67
68         * UrlTest.cs: New. Unit tests for Url. Site test still fails.
69         * UrlMembershipConditionTest.cs: New. Unit tests for 
70         UrlMembershipCondition. Site test still fails.
71
72 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
73
74         * CodeGroupTest.cs: Updated to NUnit2. Added new tests for exceptions 
75         and for ToXml/FromXml methods.
76         * FileCodeGroupTest.cs: New. Unit tests for FileCodeGroup. Missing 
77         Resolve unit tests.
78         * FirstMatchCodeGroupTest.cs: New. Unit tests for FirstMatchCodeGroup. 
79         Missing Resolve unit tests.
80         * NetCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
81         Resolve unit tests.
82         * UnionCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
83         Resolve unit tests.
84         * PolicyLevelTest.cs: New. Unit tests for PolicyLevel. Missing Resolve
85         unit tests.
86
87 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
88
89         * SiteTest.cs: New. Unit tests for Site.
90         * SiteMembershipConditionTest.cs: New. Implemented.
91
92 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * EvidenceTest.cs: Upgraded tests to NUnit2. Added new tests.
95         * StrongNameTest.cs: Class now inherits from Assertion.
96
97 2004-01-01  Nick Drochak  <ndrochak@gol.com>
98
99         * PermissionRequestEvidenceTest.cs: New File
100
101 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
102
103         * PublisherMembershipConditionTest.cs: Added new unit tests for the
104         newly implemented methods.
105
106 2003-07-03  Sebastien Pouliot  <spouliot@videotron.ca>
107
108         * ZoneTest.cs: New. Test everything except the unimplemented static 
109         CreateFromUrl method.
110
111 2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>
112
113         * PublisherTest.cs: Updated to NUnit2 style.
114         * PublisherMembershipConditionTest.cs: Updated to NUnit2 style.
115         * StrongNameTest.cs: Updated to NUnit2 style.
116
117 2002-12-21  Nick Drochak <ndrochak@gol.com>
118
119         * all: make tests build and run under nunit2
120
121 2002-12-16  Sebastien Pouliot  <spouliot@videotron.ca>
122
123         * AllTests.cs: Added test suites for StrongName.
124         * StrongNameTest.cs: New. Test suite for StrongName (complete).
125
126 2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
127
128         * AllTests.cs: Added test suites for Publisher and
129         PublisherMembershipCondition.
130         * PublisherTest.cs: New. Test suite for Publisher (complete).
131         * PublisherMembershipConditionTest.cs: New. Test suite for Publisher
132         PublisherMembershipCondition (incomplete).
133
134 2002-10-28  Jackson Harper <jackson@latitudegeo.com>
135
136         * AllTests.cs EvidenceTest.cs: Added test for Evidence class
137
138 2002-02-10  Nick Drochak  <ndrochak@gol.com>
139
140         * AllTests.cs: Add new file.
141
142 2002-02-07  Nick Drochak  <ndrochak@gol.com>
143
144         * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods.
145
146 2002-02-01  Nick Drochak  <ndrochak@gol.com>
147
148         * CodeGroupTest.cs: Still not done, checking in now just in case
149
150 2002-01-30  Nick Drochak  <ndrochak@gol.com>
151
152         * CodeGroupTest.cs: New File.  Not done, but checking in now just in case