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