Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-07-09 19:05:12 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-07-09 19:05:12 +0400
commit1620eac119f182a8decb4b3a95ebc5d51c3d90c1 (patch)
tree730466bc49b716b0dea1c28bba8d4368a2ff9805 /mcs/class/System.Security/System.Security_test.dll.sources
parent3545dd5eff5468ebdcf575d4d72e65a3e145e684 (diff)
2004-07-09 Sebastien Pouliot <sebastien@ximian.com>
* System.Security_test.dll.sources: Fixed unit tests to work with Fx 2.0 beta 1. svn path=/trunk/mcs/; revision=30949
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources11
1 files changed, 5 insertions, 6 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index d9c7584f520..2c4eba53a96 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -1,20 +1,19 @@
System.Security.Cryptography/AsnEncodedDataTest.cs
+System.Security.Cryptography/CryptographicAttributeTest.cs
System.Security.Cryptography/OidCollectionTest.cs
System.Security.Cryptography/OidEnumeratorTest.cs
System.Security.Cryptography/OidTest.cs
System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs
+System.Security.Cryptography.Pkcs/CmsRecipientTest.cs
+System.Security.Cryptography.Pkcs/CmsSignerTest.cs
System.Security.Cryptography.Pkcs/ContentInfoTest.cs
-System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs
-System.Security.Cryptography.Pkcs/EnvelopedPkcs7Test.cs
+System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs
System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs
-System.Security.Cryptography.Pkcs/Pkcs7RecipientTest.cs
-System.Security.Cryptography.Pkcs/Pkcs7SignerTest.cs
System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs
System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs
System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs
System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs
-System.Security.Cryptography.Pkcs/RecipientInfoTest.cs
-System.Security.Cryptography.Pkcs/SignedPkcs7Test.cs
+System.Security.Cryptography.Pkcs/SignedCmsTest.cs
System.Security.Cryptography.Pkcs/SignerInfoTest.cs
System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs