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