2004-02-11 Sebastien Pouliot * KeyInfoTest.cs: Corrected the xmlRSA XML string. * ReferenceTest.cs: Tests fixed if XML is different (but equivalent) to MS implementation. * SignatureTest.cs: Tests fixed if XML is different (but equivalent) to MS implementation. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. No more convertion to arrays. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. Tests fixed if XML is different (but equivalent) to MS implementation. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get results from the protected GetInnerXml. Fixed input/output typo. 2003-12-14 Sebastien Pouliot * SignedXmlTest.cs: Added a new unit test to verify both bugs (no key assigned on verification and GetElementId) found when fixing #52084. 2003-07-28 Sebastien Pouliot * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a bug in .NET 1.0). There are no more unit test failures on Windows. 2003-07-27 Sebastien Pouliot * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug. 2003-07-24 Sebastien Pouliot * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from Aleksey Sanin. 2003-06-02 Sebastien Pouliot * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to RetrievalMethod to match W3C specification and framework 1.1. 2003-05-13 Martin Willemoes Hansen * Tests inherits from Assertion and Assertion. prefix is removed 2003-03-03 Sebastien Pouliot * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing XPath test. 2003-03-02 Sebastien Pouliot * KeyInfoNameTest.cs: Better naming. * KeyInfoRetrievalMethodTest.cs: Splitted a test. 2003-02-19 Sebastien Pouliot * 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. 2002-11-28 Sebastien Pouliot * AllTests.cs: Added missing test suites. 2002-11-20 Sebastien Pouliot * AllTests.cs: New. Added suites for very listed files. * DataObjectTest.cs: New. Test suite for DataObject. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue. * KeyInfoTest.cs: New. Test suite for KeyInfo. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data. * ReferenceTest.cs: New. Incomplete test suite for Reference. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue. * SignatureTest.cs: New. Partial test suite for Signature. * SignedInfoTest.cs: New. Partial test suite for SignedInfo. * SignedXmlTest.cs: New. Partial test suite for SignedXml. * TransformChainTest.cs: New. Test suite for TransformChain. * XmlDsigBase64TransformTest.cs: New. Partial test suite for XmlDsigBase64Transform * XmlDsigXsltTransformTest.cs: New. Partial test suite for XmlDsigXsltTransform.