2003-02-19 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 20 Feb 2003 00:55:52 +0000 (00:55 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 20 Feb 2003 00:55:52 +0000 (00:55 -0000)
commite357665885598120f15aae91a50ef4338e44fb89
tree41402db8430eb0b1d4292aa81cd50e2528b043ac
parent355327100c95708808045804b65225ef9cf4de56
2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>

* All: Updated tests for NUnit2. Some big tests where splited in
smaller ones.
* XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
* XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
test suite.

svn path=/trunk/mcs/; revision=11751
19 files changed:
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/AllTests.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/DSAKeyValueTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/DataObjectTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/KeyInfoNameTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/KeyInfoNodeTest.cs
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/KeyInfoX509DataTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/RSAKeyValueTest.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/TransformChainTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigBase64TransformTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs [new file with mode: 0644]
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs [new file with mode: 0644]
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs