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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-27 19:51:40 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-27 19:51:40 +0400
commit0e8decdb3782e95107687ba03b6e858e3e283b8f (patch)
tree86b8019ed19f91cdbc8bc9f28bc6ce8dc1896bc6 /mcs/class/System.Security/Test
parent20f2a4f8832f854ab119292e840eaa2b4f5a1af7 (diff)
remove svn:executable from .cs files
svn path=/trunk/mcs/; revision=46562
Diffstat (limited to 'mcs/class/System.Security/Test')
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsRecipientTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsSignerTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/AsnEncodedDataTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/CryptographicAttributeTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/OidCollectionTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/OidEnumeratorTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/OidTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/standalone_tests/c14n.cs0
-rw-r--r--[-rwxr-xr-x]mcs/class/System.Security/Test/standalone_tests/xmldsig.cs0
28 files changed, 0 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs
index ce5e92b2dd2..ce5e92b2dd2 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsRecipientTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsRecipientTest.cs
index 9cafb543721..9cafb543721 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsRecipientTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsRecipientTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsSignerTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsSignerTest.cs
index 9082ee26a39..9082ee26a39 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsSignerTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CmsSignerTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs
index 5864c165ae6..5864c165ae6 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs
index 4d3aba0c111..4d3aba0c111 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/CryptographicAttributeTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs
index d6febb0a5b5..d6febb0a5b5 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedCmsTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs
index 8e9765ad444..8e9765ad444 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs
index 2a11d0de0fa..2a11d0de0fa 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9AttributeTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs
index 4564e833bf7..4564e833bf7 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescriptionTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs
index 0a683e9e554..0a683e9e554 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9DocumentNameTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs
index 1767d49992b..1767d49992b 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs9SigningTimeTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs
index 7a3594bcc13..7a3594bcc13 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedCmsTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs
index 689f52b6e0b..689f52b6e0b 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
index 8400f3bffd3..8400f3bffd3 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs
index 2f1adb9a982..2f1adb9a982 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs
index 953607bcf42..953607bcf42 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs
index 103b1ebeff0..103b1ebeff0 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs
index 967bd47c283..967bd47c283 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
index 872aa161ab0..872aa161ab0 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/AsnEncodedDataTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/AsnEncodedDataTest.cs
index 1caab680a2a..1caab680a2a 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/AsnEncodedDataTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/AsnEncodedDataTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/CryptographicAttributeTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/CryptographicAttributeTest.cs
index 6f7543b2601..6f7543b2601 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/CryptographicAttributeTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/CryptographicAttributeTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/OidCollectionTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/OidCollectionTest.cs
index da0e7066ba9..da0e7066ba9 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/OidCollectionTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/OidCollectionTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/OidEnumeratorTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/OidEnumeratorTest.cs
index 72e45b20d55..72e45b20d55 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/OidEnumeratorTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/OidEnumeratorTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/OidTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/OidTest.cs
index d9d35826206..d9d35826206 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/OidTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/OidTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs
index 02ddda5f074..02ddda5f074 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs b/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs
index bf586252928..bf586252928 100755..100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs
diff --git a/mcs/class/System.Security/Test/standalone_tests/c14n.cs b/mcs/class/System.Security/Test/standalone_tests/c14n.cs
index e350d6d9dcf..e350d6d9dcf 100755..100644
--- a/mcs/class/System.Security/Test/standalone_tests/c14n.cs
+++ b/mcs/class/System.Security/Test/standalone_tests/c14n.cs
diff --git a/mcs/class/System.Security/Test/standalone_tests/xmldsig.cs b/mcs/class/System.Security/Test/standalone_tests/xmldsig.cs
index 74baed01bfa..74baed01bfa 100755..100644
--- a/mcs/class/System.Security/Test/standalone_tests/xmldsig.cs
+++ b/mcs/class/System.Security/Test/standalone_tests/xmldsig.cs