2003-08-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Permissions / ChangeLog
1 2003-08-17  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * IBuiltInPermissionTest.cs: New. Unit tests to check the result of 
4         the "somewhat undocumented" IBuiltInPermission.GetTokenIndex on all
5         permissions inside corlib.
6         * UIPermissionTest.cs: New. Unit tests for UIPermission.
7         * UIPermissionAttributeTest.cs: Added unit tests to check the behavior
8         of using invalid enums for properties (no checks).
9         * ZoneIdentityPermissionAttributeTest.cs: Added unit tests to check 
10         the behavior of using invliad enums for properties (no checks).
11         * ZoneIdentityPermissionTest.cs: Added new unit tests for XML decoding.
12
13 2003-08-04  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * ZoneIdentityPermissionTest.cs: Added tests to check that NoZone is a
16         subset of every SecurityZone.
17
18 2003-08-03  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * ZoneIdentityPermissionTest.cs: New. NUnit 2.2 format.
21
22 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * PublisherIdentityPermissionTest.cs: SetUp is now public (required 
25         for new nunit).
26
27 2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * FileIOPermissionTest.cs: Converted to NUnit2. Added a test to show a
30         strange behaviour (short/long path) - ignored for now.
31         * FileIOPermissionAttributeTest.cs: Removed GetTempPath from the tests
32         as the introduced failures weren't related to the class (test moved to
33         FileIOPermissionTest.cs).
34
35 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
36
37         * EnvironmentPermissionAttributeTest.cs: Updated to test default
38         properties, Actions, get for All (1.1) and Unrestricted.
39         * FileDialogPermissionAttributeTest.cs: Updated to test default
40         properties, Actions and Unrestricted.
41         * FileIOPermissionAttributeTest.cs: Updated to test default
42         properties, Actions, get for All (1.1) and Unrestricted.
43         * IsolatedStorageFilePermissionAttributeTest.cs: New.
44         * PermissionSetAttributeTest.cs: New.
45         * PrincipalPermissionAttributeTest.cs: Updated to test default
46         properties, Actions and Unrestricted.
47         * PublisherIdentityPermissionAttributeTest.cs: Updated to test default
48         properties, Actions and Unrestricted.
49         * ReflectionPermissionAttributeTest.cs: Updated to test default
50         properties, Actions and Unrestricted.
51         * RegistryPermissionAttributeTest.cs: New.
52         * SecurityPermissionAttributeTest.cs: New.
53         * SiteIdentityPermissionAttributeTest.cs: New.
54         * StrongNameIdentityPermissionAttributeTest.cs: New.
55         * StrongNamePublicKeyBlobTest.cs: Converted to NUnit2 format.
56         * UIPermissionAttributeTest.cs: New.
57         * UrlIdentityPermissionAttributeTest.cs: New.
58         * ZoneIdentityPermissionAttributeTest.cs: New.
59
60 2003-10-21  Nick Drochak <ndrochak@gol.com>
61
62         * FileIOPermissionAttributeTest.cs: Handle Short File Name vs. Long
63         File Name messiness.  This probably needs to be worked on for the 
64         tests to work on Linux, etc.
65
66 2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>
67
68         * PrincipalPermissionAttributeTest.cs: New.
69         * PrincipalPermissionTest.cs: New.
70
71 2003-06-29  Sebastien Pouliot  <spouliot@videotron.ca>
72
73         * ReflectionPermissionAttributeTest.cs: New.
74         * ReflectionPermissionTest.cs: New.
75
76 2003-06-29  Nick Drochak <ndrochak@gol.com>
77
78         * FileIOPermissionAttributeTest.cs: Don't use windows path name.
79
80 2003-06-28  Sebastien Pouliot  <spouliot@videotron.ca>
81
82         * EnvironmentPermissionAttributeTest.cs: New.
83         * EnvironmentPermissionTest.cs: New.
84         * FileDialogPermissionAttributeTest.cs: New.
85         * FileDialogPermissionTest.cs: New.
86         * FileIOPermissionAttributeTest.cs: New.
87         * PublisherIdentityPermissionAttributeTest.cs: New.
88         * PublisherIdentityPermissionTest.cs: New.
89
90 2002-12-21  Nick Drochak <ndrochak@gol.com>
91
92         * all: make tests build and run under nunit2
93
94 2002-12-16  Sebastien Pouliot  <spouliot@videotron.ca>
95
96         AllTests.cs: Added StrongNamePublicKeyBlobTest suite.
97         StrongNamePublicKeyBlobTest.cs: New. Test suite for
98         StrongNamePublicKeyBlob.
99
100 2002-06-18  Nick Drochak  <ndrochak@gol.com>
101
102         * FileIOPermissionTest.cs: Use Unix paths if it looks like we are not
103         running the tests on Windows. Need to expand this when we run the
104         tests on Mac OS's (and others I suppose).  Also consolidated some
105         redundant code.
106
107 2002-02-09  Nick Drochak  <ndrochak@gol.com>
108
109         * FileIOPermissionTest.cs: Remove intersect test where it was trying
110         to intersect a permission with itself.  This throws an exception
111         with mscorlib.
112
113 2002-01-14  Nick Drochak  <ndrochak@gol.com>
114
115         * FileIOPermissionTest.cs: New File.
116         * AllTests.cs: New File.
117