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:
authorAtsushi Eno <atsushieno@gmail.com>2007-01-17 20:30:12 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-01-17 20:30:12 +0300
commita0c14ae0ea0f30fbab1c12bcff027d90f5d33474 (patch)
tree1a2639d7e07d340715953720eef26251e1e32a9f /mcs/class/System.Security/System.Security_test.dll.sources
parent9bfa9ec5075b624f41ef51462d71ed587b71ad6b (diff)
2007-01-17 Atsushi Enomoto <atsushi@ximian.com>
* XmlCanonicalizer.cs : don't output default namespace when the node's namespace is not empty. Check "visibly utilized" namespace nodes in exc-c14n. Also, in exc-c14n, rendered namespaces are not written. Added InclusiveNamespaces PrefixList field (not in use yet). * XmlDsigExcC14NTransform.cs : re-imported from XmlDsigC14NTransform.cs. * System.Security_test.dll.sources : added XmlDsigExcC14NTransformTest.cs. * XmlDsigExcC14NTransformTest.cs : new tests, mostly copied from non-exc test. * xmldsig.cs : exc-c14n tests could be run under 2.0 profile (and they are not working correctly yet). * Makefile : Added net_2_0 profile support. svn path=/trunk/mcs/; revision=71220
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources1
1 files changed, 1 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 aaa5f1ba074..1dfc6abb05e 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -41,6 +41,7 @@ System.Security.Cryptography.Xml/XmlDsigBase64TransformTest.cs
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/XmlDsigXPathTransformTest.cs
System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs
System.Security.Cryptography.X509Certificates/X509Certificate2UITest.cs