This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Test / System.Security / ChangeLog
1 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * SecurityElementTest.cs: SetUp is now public (required for new nunit).
4
5 2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>
6
7         * SecurityElementTest.cs: Added new tests for duplicate attributes 
8         and multiple attribute order and ToString representation.
9
10 2004-01-24  David Sheldon <dave-mono@earth.li>
11
12         * CodeAccessPermissionTest.cs (To_String): Compared
13         Environment.NewLine rather than "\r\n"
14
15 2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
16
17         * CodeAccessPermissionTest.cs: Fixed CustomCAS test under Windows.
18
19 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
20
21         * CodeAccessPermissionTest.cs: Added a new test for calling Demand on
22         custom code access permission. 
23         Ref: http://bugzilla.ximian.com/show_bug.cgi?id=52626
24         * SecurityExceptionTest.cs: New. Unit tests for SecurityException.
25
26 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
27
28         * CodeAccessPermissionTest.cs: New. Unit tests on a non-abstract 
29         CodeAccessPermission class.
30         * SecurityManagerTest.cs: Removed .Policy from namespace. 
31
32 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * SecurityManagerTest.cs: New. Added VERY minimal unit tests that I 
35         used to validate some behaviors.
36
37 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
38
39         * SecurityElementTest.cs: Added new tests, constructors and null 
40         related, and converted to NUnit2.
41
42 2003-06-28  Sebastien Pouliot  <spouliot@videotron.ca>
43
44         * PermissionSetTest.cs: New. Partial unit tests for PermissionSet.
45         * NamedPermissionSetTest.cs: New. Complete unit tests.
46
47 2002-12-21  Nick Drochak <ndrochak@gol.com>
48
49         * all: make tests build and run under nunit2
50
51 2002-06-11  Nick Drochak  <ndrochak@gol.com>
52
53         * SecurityElementTest.cs: Catch and report unexpected exceptions.
54
55 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
56
57         * ChangeLog: added
58         * AllTests.cs: added
59         * SecurityElementTest.cs: added
60