167a229b71b04da79b1cfa4a49e31e5a1d2550e5
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
1 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * CodeGroupTest.cs: Updated to NUnit2. Added new tests for exceptions 
4         and for ToXml/FromXml methods.
5         * FileCodeGroupTest.cs: New. Unit tests for FileCodeGroup. Missing 
6         Resolve unit tests.
7         * FirstMatchCodeGroupTest.cs: New. Unit tests for FirstMatchCodeGroup. 
8         Missing Resolve unit tests.
9         * NetCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
10         Resolve unit tests.
11         * UnionCodeGroupTest.cs: New. Unit tests for NetCodeGroup. Missing 
12         Resolve unit tests.
13         * PolicyLevelTest.cs: New. Unit tests for PolicyLevel. Missing Resolve
14         unit tests.
15
16 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
17
18         * SiteTest.cs: New. Unit tests for Site.
19         * SiteMembershipConditionTest.cs: New. Implemented.
20
21 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
22
23         * EvidenceTest.cs: Upgraded tests to NUnit2. Added new tests.
24         * StrongNameTest.cs: Class now inherits from Assertion.
25
26 2004-01-01  Nick Drochak  <ndrochak@gol.com>
27
28         * PermissionRequestEvidenceTest.cs: New File
29
30 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
31
32         * PublisherMembershipConditionTest.cs: Added new unit tests for the
33         newly implemented methods.
34
35 2003-07-03  Sebastien Pouliot  <spouliot@videotron.ca>
36
37         * ZoneTest.cs: New. Test everything except the unimplemented static 
38         CreateFromUrl method.
39
40 2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>
41
42         * PublisherTest.cs: Updated to NUnit2 style.
43         * PublisherMembershipConditionTest.cs: Updated to NUnit2 style.
44         * StrongNameTest.cs: Updated to NUnit2 style.
45
46 2002-12-21  Nick Drochak <ndrochak@gol.com>
47
48         * all: make tests build and run under nunit2
49
50 2002-12-16  Sebastien Pouliot  <spouliot@videotron.ca>
51
52         * AllTests.cs: Added test suites for StrongName.
53         * StrongNameTest.cs: New. Test suite for StrongName (complete).
54
55 2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
56
57         * AllTests.cs: Added test suites for Publisher and
58         PublisherMembershipCondition.
59         * PublisherTest.cs: New. Test suite for Publisher (complete).
60         * PublisherMembershipConditionTest.cs: New. Test suite for Publisher
61         PublisherMembershipCondition (incomplete).
62
63 2002-10-28  Jackson Harper <jackson@latitudegeo.com>
64
65         * AllTests.cs EvidenceTest.cs: Added test for Evidence class
66
67 2002-02-10  Nick Drochak  <ndrochak@gol.com>
68
69         * AllTests.cs: Add new file.
70
71 2002-02-07  Nick Drochak  <ndrochak@gol.com>
72
73         * CodeGroupTest.cs: Tests everything except the (To|From)Xml methods.
74
75 2002-02-01  Nick Drochak  <ndrochak@gol.com>
76
77         * CodeGroupTest.cs: Still not done, checking in now just in case
78
79 2002-01-30  Nick Drochak  <ndrochak@gol.com>
80
81         * CodeGroupTest.cs: New File.  Not done, but checking in now just in case