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