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:
authorGert Driesen <drieseng@users.sourceforge.net>2008-10-14 22:33:13 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2008-10-14 22:33:13 +0400
commit19098dd864d9536086d004593e3e9a33bba2fb66 (patch)
tree92458eed054fc1207a75346ed1edb7ec6388c5c0 /mcs/class/System.Security/System.Security_test.dll.sources
parent2b9876326aa2aac5d1c87646eba5b524d9f7901b (diff)
* XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).
* XmlDsigEnvelopedTransformTest.cs: Added test for .ctor (bool). Use Assert class. Improved properties tests. * XmlDsigC14TransformTest.cs: Added test for .ctor (bool). * XmlDsigExcC14NTransformTest.cs: Added .ctor tests and added asserts IncludsiveNamespacesPrefixList * XmlDsigExcC14NWithCommentsTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed line endings. * XmlLicenseTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigBase64Transform.cs: Use constant for Algorithm namespace. * XmlDsigExcC14NTransform.cs: Fixed ctors to use WithComments algorithm if includeComments is true. Assign includeNamespacesPrefixList to instance field. * XmlDsigExcC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NTransform.cs: In default ctor, just invoke .ctor (bool). In .ctor (bool), assign WithComments algorithm if includeComments is true. Use constants for Algorithm namespace. * XmlDsigEnvelopedSignatureTransform.cs: Use constant for Algorithm namespace. * XmlDsigXPathTransform.cs: Use constant for Algorithm namespace. * XmlDsigXsltTransform.cs: Use constant for Algorithm namespace. * XmlLicenseTransform.cs: Assign Algorithm in ctor. * XmlSignature.cs: Added constant for XmlLicenseTransform algorithm. * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs and XmlDsigExcC14NWithCommentsTransformTest.cs. svn path=/trunk/mcs/; revision=115803
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index 1dfc6abb05e..f281aed4c95 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -42,8 +42,10 @@ System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigExcC14NTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigExcC14NWithCommentsTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs
+System.Security.Cryptography.Xml/XmlLicenseTransformTest.cs
System.Security.Cryptography.X509Certificates/X509Certificate2UITest.cs
System.Security.Permissions/DataProtectionPermissionAttributeTest.cs
System.Security.Cryptography/CryptographicAttributeObjectCas.cs