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