ChangeLog 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2003-07-28 Sebastien Pouliot <[email protected]>
  2. * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
  3. bug in .NET 1.0). There are no more unit test failures on Windows.
  4. 2003-07-27 Sebastien Pouliot <[email protected]>
  5. * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
  6. 2003-07-24 Sebastien Pouliot <[email protected]>
  7. * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
  8. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
  9. Aleksey Sanin.
  10. 2003-06-02 Sebastien Pouliot <[email protected]>
  11. * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
  12. RetrievalMethod to match W3C specification and framework 1.1.
  13. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  14. * Tests inherits from Assertion and Assertion. prefix is removed
  15. 2003-03-03 Sebastien Pouliot <[email protected]>
  16. * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
  17. XPath test.
  18. 2003-03-02 Sebastien Pouliot <[email protected]>
  19. * KeyInfoNameTest.cs: Better naming.
  20. * KeyInfoRetrievalMethodTest.cs: Splitted a test.
  21. 2003-02-19 Sebastien Pouliot <[email protected]>
  22. * All: Updated tests for NUnit2. Some big tests where splited in
  23. smaller ones.
  24. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
  25. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
  26. test suite.
  27. 2002-11-28 Sebastien Pouliot <[email protected]>
  28. * AllTests.cs: Added missing test suites.
  29. 2002-11-20 Sebastien Pouliot <[email protected]>
  30. * AllTests.cs: New. Added suites for very listed files.
  31. * DataObjectTest.cs: New. Test suite for DataObject.
  32. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
  33. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
  34. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
  35. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
  36. * KeyInfoTest.cs: New. Test suite for KeyInfo.
  37. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
  38. * ReferenceTest.cs: New. Incomplete test suite for Reference.
  39. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
  40. * SignatureTest.cs: New. Partial test suite for Signature.
  41. * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
  42. * SignedXmlTest.cs: New. Partial test suite for SignedXml.
  43. * TransformChainTest.cs: New. Test suite for TransformChain.
  44. * XmlDsigBase64TransformTest.cs: New. Partial test suite for
  45. XmlDsigBase64Transform
  46. * XmlDsigXsltTransformTest.cs: New. Partial test suite for
  47. XmlDsigXsltTransform.