ChangeLog 2.7 KB

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