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