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