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