2004-08-26 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 26 Aug 2004 14:34:25 +0000 (14:34 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 26 Aug 2004 14:34:25 +0000 (14:34 -0000)
commitcbfc655c0663e071e024cc507fb9eaaa95e99182
treef659ae74f1cae43ac059a9a2861e76e83fce1a6d
parent62f20396a719757087b54bb9f5a7a0894acb5252
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.

svn path=/trunk/mcs/; revision=32883
mcs/class/corlib/Test/System.Security.Policy/ApplicationDirectoryTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Policy/ChangeLog
mcs/class/corlib/Test/System.Security.Policy/EvidenceTest.cs
mcs/class/corlib/Test/System.Security.Policy/FileCodeGroupTest.cs
mcs/class/corlib/Test/System.Security.Policy/HashMembershipConditionTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Policy/HashTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Policy/IBuiltInEvidenceTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Policy/NetCodeGroupTest.cs
mcs/class/corlib/Test/System.Security.Policy/PermissionRequestEvidenceTest.cs
mcs/class/corlib/Test/System.Security.Policy/PolicyLevelTest.cs
mcs/class/corlib/Test/System.Security.Policy/UnionCodeGroupTest.cs