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