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