ChangeLog 2.2 KB

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