[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security / ChangeLog
index 74edd3b0cdebb63b35f4a8477565bd22ee981d0e..c48ed921fbd0094ae6ea4479e7535bfd8be4a9bc 100644 (file)
@@ -1,3 +1,74 @@
+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