* PermissionSetCollectionTest.cs: Added tests for to see if alternates
[mono.git] / mcs / class / corlib / Test / System.Security / ChangeLog
1 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * PermissionSetCollectionTest.cs: Added tests for to see if alternates
4         IList implementation (e.g. non-ArrayList) are supported as this 
5         affects where we must check for exceptions.
6         * SecurityElementTest.cs: Add new tests for 2.0 methods. Adapted 
7         existing tests to deal with the fact that 2.0 doesn't indent the XML
8         attributes and child elements.
9
10 2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * HostSecurityManagerTest.cs: New. Unit tests for HostSecurityManager.
13         * PermissionSetCollectionTest.cs: New. Unit tests for PermissionSet
14         Collection.
15
16 2005-01-04  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * PermissionSetTest.cs, SecurityManagerTest.cs: Adjusted unit tests so
19         they now execute without errors on 2.0 Dec CTP.
20
21 2003-09-01  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * PermissionSetTest.cs: Fixed tests so they execute without errors on
24         both Fx 1.1 and Fx 2.0 (beta 1).
25         * SecurityManagerTest.cs: Fixed tests so they execute without errors 
26         on both Fx 1.1 and Fx 2.0 (beta 1).
27
28 2003-09-01  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * PermissionSetTest.cs: Added tests for IsEmpty which can return true
31         even when Count > 0. Added tests for FromXml to see if class names
32         requires to be resolved when loaded from policy files.
33         * SecurityManagerTest.cs: Minor changes to tests so they succeed with 
34         both Fx 1.1 and Fx 2.0 (beta 1).
35
36 2003-08-31  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * PermissionSetTest.cs: Fixed two typos than changed the behaviour of
39         Intersect and RemovePermission.
40
41 2003-08-30  Sebastien Pouliot  <sebastien@ximian.com>
42
43         * NamedPermissionTest.cs: Added unit tests for Copy(), Copy(name), 
44         more tests for From/ToXml and Equals/GetHashCode (for NET_2_0).
45         * PermissionSetTest.cs: Added new unit tests for AddPermission, 
46         ContainsNonCodeAccessPermissions, partial tests for undocumented
47         ConvertPermissionSet, Copy, CopyTo, GetHashCode (for NET_2_0),
48         GetPermission, Intersect, IsSubset, RemovePermission, SetPermission 
49         and Union.
50
51 2003-08-12  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * SecurityManagerTest.cs: More policy resolution tests when using host
54         or assembly provided evidences.
55
56 2003-08-04  Sebastien Pouliot  <sebastien@ximian.com>
57
58         * SecurityManagerTest.cs: Added more unit tests.
59
60 2003-08-02  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * SecurityManagerTest.cs: Added bunch of tests for null usage. 
63         Converted to NUnit 2.2.
64
65 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
66
67         * SecurityElementTest.cs: SetUp is now public (required for new nunit).
68
69 2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>
70
71         * SecurityElementTest.cs: Added new tests for duplicate attributes 
72         and multiple attribute order and ToString representation.
73
74 2004-01-24  David Sheldon <dave-mono@earth.li>
75
76         * CodeAccessPermissionTest.cs (To_String): Compared
77         Environment.NewLine rather than "\r\n"
78
79 2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
80
81         * CodeAccessPermissionTest.cs: Fixed CustomCAS test under Windows.
82
83 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
84
85         * CodeAccessPermissionTest.cs: Added a new test for calling Demand on
86         custom code access permission. 
87         Ref: http://bugzilla.ximian.com/show_bug.cgi?id=52626
88         * SecurityExceptionTest.cs: New. Unit tests for SecurityException.
89
90 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
91
92         * CodeAccessPermissionTest.cs: New. Unit tests on a non-abstract 
93         CodeAccessPermission class.
94         * SecurityManagerTest.cs: Removed .Policy from namespace. 
95
96 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
97
98         * SecurityManagerTest.cs: New. Added VERY minimal unit tests that I 
99         used to validate some behaviors.
100
101 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
102
103         * SecurityElementTest.cs: Added new tests, constructors and null 
104         related, and converted to NUnit2.
105
106 2003-06-28  Sebastien Pouliot  <spouliot@videotron.ca>
107
108         * PermissionSetTest.cs: New. Partial unit tests for PermissionSet.
109         * NamedPermissionSetTest.cs: New. Complete unit tests.
110
111 2002-12-21  Nick Drochak <ndrochak@gol.com>
112
113         * all: make tests build and run under nunit2
114
115 2002-06-11  Nick Drochak  <ndrochak@gol.com>
116
117         * SecurityElementTest.cs: Catch and report unexpected exceptions.
118
119 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
120
121         * ChangeLog: added
122         * AllTests.cs: added
123         * SecurityElementTest.cs: added
124