[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security / ChangeLog
index 6958a4689702bb7f0c2297e7d2daee42af6db9c4..c48ed921fbd0094ae6ea4479e7535bfd8be4a9bc 100644 (file)
@@ -1,3 +1,126 @@
+2009-06-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * *.cs: Convert all tests to new-style nunit classes/methods.
+
+2009-05-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SecurityStateTest.cs: New. Unit tests for IsStateAvailable
+
+2008-01-02  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * SecureStringTest.cs: Add test case for InsertAt (#350820)
+
+2008-01-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SecureStringTest.cs: Add test cases for Copy (#350840)
+
+2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SecurityElementTest.cs: Allow TestToString to pass on 1.0 profile.
+
+2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SecurityElementTest.cs : enabled test for #333699 and added
+         couple more.
+
+2007-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SecurityElementTest.cs: Added tests for using single quotes as
+       delimiter of which one passes on Mono and one on MS (due to bug). 
+
+2007-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SecurityElementTest.cs: Modified test for bug #333699 to use double
+       quote as delimiter to work around MS bug. Added test for bug #333725.
+
+2007-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SecurityElementTest.cs: No longer derive from Assertion. Added and
+       improved ctor tests. Improved AddAttribute and AddChild tests.
+       Added comment to mono's Attributes test and added test that passes
+       on MS (to track fix for MS bug). Improved IsValid* tests. Added tests
+       for Tag and Text. Improved FromString test to verify behavior wrt
+       namespace prefixes. Added test for bug #333699.
+
+2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SecureStringCas.cs: New. CAS unit tests for SecureString.
+       * SecureStringTest.cs: New. Unit tests for SecureString.
+
+2005-06-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeAccessPermissionCas.cs: New. CAS unit tests for using the
+       stack modifiers (mostly assert) on permissions.
+       * SecurityManagerCas.cs: New. CAS unit tests for SecurityManager.
+       * SecurityManagerTest.cs: Moved a policy resolution test to 
+       SecurityManagerCas as it required CheckExecutionRights to be on.
+
+2005-06-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PermissionSetTest.cs: Added tests for AddPermission with non-CAS 
+       permissions. Added tests for ContainsNonCodeAccessPermissions.
+
+2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PermissionSetTest.cs: Added tests for AddPermission and IsSubsetOf.
+
+2005-06-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * NamedPermissionSetTest.cs: Added more extensive constructor and 
+       default values testing.
+
+2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PermissionSetTest.cs: Added tests for GetPermission with null and 
+       when using a subclass of a permission. Also some new (not working)
+       tests for NET_2_0.
+
+2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PermissionSetTest.cs: Added unification tests for permissions inside
+       an ECMA signed assembly.
+
+2005-05-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HostSecurityManagerTest.cs: Remove NotWorking from tests.
+
+2005-05-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * NamedPermissionSetTest.cs: Re-enable the "NotWorking" unit test.
+       * PermissionSetCas.cs: New. Moved RevertAssert unit tests from 
+       PermissionSetTest to here as they require --security to work.
+       * PermissionSetTest.cs: Re-enable the "NotWorking" NET_2_0 unit tests.
+       * SecurityContextCas.cs: Fixed namespace.
+
+2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SecurityContextCas.cs: New. CAS unit tests for SecurityContext.
+       * SecurityContextTest.cs: New. Unit tests for SecurityContext.
+       * SecurityCriticalAttributeTest.cs: New. Unit tests for 
+       SecurityCriticalAttribute.
+       * SecurityTransparentAttributeTest.cs: New. Unit tests for 
+       SecurityTransparentAttribute.
+
+2005-04-25  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * HostSecurityManagerTest.cs: Renamed HostSecurityManagerFlags to 
+       HostSecurityManagerOptions to match beta2.
+       * PermissionSetCollectionTest.cs: Removed "set" tests for the 
+       PermissionSets property (removed in beta2).
+
+2005-03-31  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * SecurityExceptionCas.cs: Added new tests for GetObjectData.
+
+2005-01-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * PermissionSetTest.cs: Changed [Ignore] to [Category("NotDotNet")] to
+       reduce nunit logs.
+       * SecurityElementTest.cs: Changed [Ignore] to [Category("NotDotNet")] 
+       to reduce nunit logs.
+       * SecurityManagerTest.cs: Changed [Ignore] to [Category("NotDotNet")] 
+       to reduce nunit logs.
+
 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * SecurityExceptionCas.cs: New. Permission tests for SecurityException.