ChangeLog 3.9 KB

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