2005-05-04 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 4 May 2005 16:24:37 +0000 (16:24 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 4 May 2005 16:24:37 +0000 (16:24 -0000)
commitf748e671c86d5350f7562bcb55122e8e693e20e1
tree34bdc77953cd9f0cdd4138a85158f25c36863112
parent5faed2987bd5ffc8597d44d1a68fc6ad2edbf8b2
2005-05-04  Sebastien Pouliot  <sebastien@ximian.com>

* AssertCrypto.cs: Added method to compare somewhat different but ok
XML fragments (when the xmlns for xmldsig is on a different element).
* KeyInfoTest.cs, KeyInfoRetrievalMethodTest.cs, ReferenceTest.cs,
SignedInfoTest.cs, SignatureTest.cs, SignedXmlTest.cs,
XmlDsigC14NTransformTest.cs, XmlDsigC14NWithCommentsTransformTest.cs,
XmlDsigXPathTransformTest.cs: Make all tests works under Fx 2.0 beta 2

svn path=/trunk/mcs/; revision=44035
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/AssertCrypto.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/KeyInfoRetrievalMethodTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/KeyInfoTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ReferenceTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/SignatureTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/SignedInfoTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/SignedXmlTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs