X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Security%2FChangeLog;h=c48ed921fbd0094ae6ea4479e7535bfd8be4a9bc;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=74edd3b0cdebb63b35f4a8477565bd22ee981d0e;hpb=2e5e5547efae212288bb3c928fdef57fac2602a6;p=mono.git diff --git a/mcs/class/corlib/Test/System.Security/ChangeLog b/mcs/class/corlib/Test/System.Security/ChangeLog index 74edd3b0cde..c48ed921fbd 100644 --- a/mcs/class/corlib/Test/System.Security/ChangeLog +++ b/mcs/class/corlib/Test/System.Security/ChangeLog @@ -1,3 +1,74 @@ +2009-06-20 Zoltan Varga + + * *.cs: Convert all tests to new-style nunit classes/methods. + +2009-05-01 Sebastien Pouliot + + * SecurityStateTest.cs: New. Unit tests for IsStateAvailable + +2008-01-02 Sebastien Pouliot + + * SecureStringTest.cs: Add test case for InsertAt (#350820) + +2008-01-02 Sebastien Pouliot + + * SecureStringTest.cs: Add test cases for Copy (#350840) + +2007-11-07 Gert Driesen + + * SecurityElementTest.cs: Allow TestToString to pass on 1.0 profile. + +2007-11-07 Atsushi Enomoto + + * SecurityElementTest.cs : enabled test for #333699 and added + couple more. + +2007-10-14 Gert Driesen + + * 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 + + * 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 + + * 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 + + * SecureStringCas.cs: New. CAS unit tests for SecureString. + * SecureStringTest.cs: New. Unit tests for SecureString. + +2005-06-22 Sebastien Pouliot + + * 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 + + * PermissionSetTest.cs: Added tests for AddPermission with non-CAS + permissions. Added tests for ContainsNonCodeAccessPermissions. + +2005-06-16 Sebastien Pouliot + + * PermissionSetTest.cs: Added tests for AddPermission and IsSubsetOf. + +2005-06-16 Sebastien Pouliot + + * NamedPermissionSetTest.cs: Added more extensive constructor and + default values testing. + 2005-06-10 Sebastien Pouliot * PermissionSetTest.cs: Added tests for GetPermission with null and