ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. 2004-02-14 Atsushi Enomoto <[email protected]>
  2. * XmlDsigC14NTransformTest.cs,
  3. XmlDsigC14NWithCommentsTransformTest.cs:
  4. uncommented some code blocks which should be tested.
  5. 2004-02-11 Sebastien Pouliot <[email protected]>
  6. * KeyInfoTest.cs: Corrected the xmlRSA XML string.
  7. * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
  8. to MS implementation.
  9. * SignatureTest.cs: Tests fixed if XML is different (but equivalent)
  10. to MS implementation.
  11. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
  12. results from the protected GetInnerXml. No more convertion to arrays.
  13. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
  14. results from the protected GetInnerXml. Fixed input/output typo. Tests
  15. fixed if XML is different (but equivalent) to MS implementation.
  16. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml
  17. class to get results from the protected GetInnerXml. Fixed input/output
  18. typo.
  19. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
  20. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get
  21. results from the protected GetInnerXml. Fixed input/output typo.
  22. 2003-12-14 Sebastien Pouliot <[email protected]>
  23. * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
  24. key assigned on verification and GetElementId) found when fixing
  25. #52084.
  26. 2003-07-28 Sebastien Pouliot <[email protected]>
  27. * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
  28. bug in .NET 1.0). There are no more unit test failures on Windows.
  29. 2003-07-27 Sebastien Pouliot <[email protected]>
  30. * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
  31. 2003-07-24 Sebastien Pouliot <[email protected]>
  32. * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
  33. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
  34. Aleksey Sanin.
  35. 2003-06-02 Sebastien Pouliot <[email protected]>
  36. * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
  37. RetrievalMethod to match W3C specification and framework 1.1.
  38. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  39. * Tests inherits from Assertion and Assertion. prefix is removed
  40. 2003-03-03 Sebastien Pouliot <[email protected]>
  41. * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
  42. XPath test.
  43. 2003-03-02 Sebastien Pouliot <[email protected]>
  44. * KeyInfoNameTest.cs: Better naming.
  45. * KeyInfoRetrievalMethodTest.cs: Splitted a test.
  46. 2003-02-19 Sebastien Pouliot <[email protected]>
  47. * All: Updated tests for NUnit2. Some big tests where splited in
  48. smaller ones.
  49. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
  50. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
  51. test suite.
  52. 2002-11-28 Sebastien Pouliot <[email protected]>
  53. * AllTests.cs: Added missing test suites.
  54. 2002-11-20 Sebastien Pouliot <[email protected]>
  55. * AllTests.cs: New. Added suites for very listed files.
  56. * DataObjectTest.cs: New. Test suite for DataObject.
  57. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
  58. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
  59. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
  60. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
  61. * KeyInfoTest.cs: New. Test suite for KeyInfo.
  62. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
  63. * ReferenceTest.cs: New. Incomplete test suite for Reference.
  64. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
  65. * SignatureTest.cs: New. Partial test suite for Signature.
  66. * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
  67. * SignedXmlTest.cs: New. Partial test suite for SignedXml.
  68. * TransformChainTest.cs: New. Test suite for TransformChain.
  69. * XmlDsigBase64TransformTest.cs: New. Partial test suite for
  70. XmlDsigBase64Transform
  71. * XmlDsigXsltTransformTest.cs: New. Partial test suite for
  72. XmlDsigXsltTransform.