2005-01-19 Sebastien Pouliot * SecurityManagerTest.cs: Added new tests for 2.0. Fixed a test to work even if the SecurityManager.CheckExecutionRights is false. 2005-01-10 Sebastien Pouliot * PermissionSetCollectionTest.cs: Added tests for to see if alternates IList implementation (e.g. non-ArrayList) are supported as this affects where we must check for exceptions. * SecurityElementTest.cs: Add new tests for 2.0 methods. Adapted existing tests to deal with the fact that 2.0 doesn't indent the XML attributes and child elements. 2005-01-09 Sebastien Pouliot * HostSecurityManagerTest.cs: New. Unit tests for HostSecurityManager. * PermissionSetCollectionTest.cs: New. Unit tests for PermissionSet Collection. 2005-01-04 Sebastien Pouliot * PermissionSetTest.cs, SecurityManagerTest.cs: Adjusted unit tests so they now execute without errors on 2.0 Dec CTP. 2003-09-01 Sebastien Pouliot * PermissionSetTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * SecurityManagerTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). 2003-09-01 Sebastien Pouliot * PermissionSetTest.cs: Added tests for IsEmpty which can return true even when Count > 0. Added tests for FromXml to see if class names requires to be resolved when loaded from policy files. * SecurityManagerTest.cs: Minor changes to tests so they succeed with both Fx 1.1 and Fx 2.0 (beta 1). 2003-08-31 Sebastien Pouliot * PermissionSetTest.cs: Fixed two typos than changed the behaviour of Intersect and RemovePermission. 2003-08-30 Sebastien Pouliot * NamedPermissionTest.cs: Added unit tests for Copy(), Copy(name), more tests for From/ToXml and Equals/GetHashCode (for NET_2_0). * PermissionSetTest.cs: Added new unit tests for AddPermission, ContainsNonCodeAccessPermissions, partial tests for undocumented ConvertPermissionSet, Copy, CopyTo, GetHashCode (for NET_2_0), GetPermission, Intersect, IsSubset, RemovePermission, SetPermission and Union. 2003-08-12 Sebastien Pouliot * SecurityManagerTest.cs: More policy resolution tests when using host or assembly provided evidences. 2003-08-04 Sebastien Pouliot * SecurityManagerTest.cs: Added more unit tests. 2003-08-02 Sebastien Pouliot * SecurityManagerTest.cs: Added bunch of tests for null usage. Converted to NUnit 2.2. 2003-05-20 Sebastien Pouliot * SecurityElementTest.cs: SetUp is now public (required for new nunit). 2004-01-27 Sebastien Pouliot * SecurityElementTest.cs: Added new tests for duplicate attributes and multiple attribute order and ToString representation. 2004-01-24 David Sheldon * CodeAccessPermissionTest.cs (To_String): Compared Environment.NewLine rather than "\r\n" 2004-01-11 Sebastien Pouliot * CodeAccessPermissionTest.cs: Fixed CustomCAS test under Windows. 2004-01-06 Sebastien Pouliot * CodeAccessPermissionTest.cs: Added a new test for calling Demand on custom code access permission. Ref: http://bugzilla.ximian.com/show_bug.cgi?id=52626 * SecurityExceptionTest.cs: New. Unit tests for SecurityException. 2004-01-05 Sebastien Pouliot * CodeAccessPermissionTest.cs: New. Unit tests on a non-abstract CodeAccessPermission class. * SecurityManagerTest.cs: Removed .Policy from namespace. 2004-01-03 Sebastien Pouliot * SecurityManagerTest.cs: New. Added VERY minimal unit tests that I used to validate some behaviors. 2004-01-02 Sebastien Pouliot * SecurityElementTest.cs: Added new tests, constructors and null related, and converted to NUnit2. 2003-06-28 Sebastien Pouliot * PermissionSetTest.cs: New. Partial unit tests for PermissionSet. * NamedPermissionSetTest.cs: New. Complete unit tests. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-06-11 Nick Drochak * SecurityElementTest.cs: Catch and report unexpected exceptions. 2002-04-27 Lawrence Pit * ChangeLog: added * AllTests.cs: added * SecurityElementTest.cs: added