This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Test / System.Security.Policy / ChangeLog
index 0eee2375c905b2f7fc2eb5f6e8727bc8e390a310..504535611088e15bbc68f83579e4d43c42760dd2 100644 (file)
@@ -1,85 +1,4 @@
-2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * ApplicationDirectoryTest.cs: New. For NET_2_0 profile.
-       * EvidenceTest.cs: Added more tests for 1.1 and new tests for 2.0.
-       * FileCodeGroupTest.cs: Added more tests for Resolve,
-       ResolveMatchingCodeGroups and new Fx 2.0 Scope property.
-       * HashMembershipConditionTest.cs: New. Unit tests for hash membership.
-       * HashTest.cs: New. Unit tests for hash.
-       * IBuiltInEvidenceTest.cs: New. Unit tests for the internal 
-       IBuiltInEvidence interface. All tests are [Ignore]d for the 
-       * NetCodeGroupTest.cs: Ajusted PermissionSetName for Fx 2.0.
-       * PermissionRequestEvidenceTest.cs: Ajusted existing tests for 2.0. 
-       Converted tests to NUnit 2.2 format. Converted to UNIX line endings.
-       Added test to see that the original permission sets are copied but
-       the instance copy can be changed (not copied on output).
-       * PolicyLevelTest.cs: Added more tests for Resolve and
-       ResolveMatchingCodeGroups.
-       * UnionCodeGroupTest.cs: Added more properties validation in tests.
-
-2004-08-24  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * AllMembershipConditionTest.cs: Renamed GetHashCode and 
-       ToString tests to remove compiler warnings.
-       * ApplicationDirectoryMembershipConditionTest.cs: Renamed GetHashCode
-       and ToString tests to remove compiler warnings.
-       * ApplicationMembershipConditionTest.cs: Renamed GetHashCode and 
-       ToString tests to remove compiler warnings.
-       * DomainApplicationMembershipConditionTest.cs: Renamed GetHashCode and
-       ToString tests to remove compiler warnings.
-       * GacMembershipConditionTest.cs: Added some new unit tests for 
-       FromXml to match other *MembershipCondition classes.
-       * PublisherMembershipConditionTest.cs: Renamed GetHashCode and 
-       ToString tests to remove compiler warnings.
-       * SiteMembershipConditionTest.cs: Completed. Converted existing unit
-       tests to NUnit 2.2 format.
-       * UrlMembershipConditionTest.cs: Completed. Converted existing unit 
-       tests to NUnit 2.2 format.
-       * ZoneMembershipConditionTest.cs: Added some new unit tests to match
-       other *MembershipCondition classes.
-
-2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * AllMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
-       * ApplicationDirectoryMembershipConditionTest.cs: New. Unit tests in
-       NUnit 2.2 format.
-       * ApplicationMembershipConditionTest.cs: New. Unit tests in NUnit 2.2
-       format.
-       * DomainApplicationMembershipConditionTest.cs: New. Unit tests in 
-       NUnit 2.2 format.
-       * PublisherMembershipConditionTest.cs: Completed. Converted 
-       existing unit tests to NUnit 2.2 format.
-
-2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * ZoneMembershipConditionTest.cs: Fixed tests that where failing too
-       soon, i.e. not where I expected them to ;).
-       * ZoneTest.cs: Added tests for Zone.Equals (null).
-
-2004-08-11  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * UnionCodeGroupTest.cs: Added unit tests for Resolve. Converted 
-       existing unit tests to NUnit 2.2 format.
-
-2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * PolicyLevelTest.cs: Added new policy resolution tests (related to
-       Zone). Converted existing unit tests to NUnit 2.2 format.
-
-2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * GacMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
-       * GacTest.cs: New. Unit tests in NUnit 2.2 format.
-
-2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * ZoneMembershipConditionTest.cs: New. Unit tests in NUnit 2.2 format.
-
-2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * UnionCodeGroupTest.cs: Added tests for ResolveMatchingCodeGroups.
-
-2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
+2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
 
        * PolicyLevelTest.cs, StrongNameTest.cs: SetUp is now public (required
        for new nunit).