ChangeLog 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 2004-03-23 Atsushi Enomoto <[email protected]>
  2. * DataObjectTest.cs : assure that owner document object are different
  3. after setting properties.
  4. 2004-03-20 Sebastien Pouliot <[email protected]>
  5. * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
  6. remove warning.
  7. 2004-03-19 Sebastien Pouliot <[email protected]>
  8. * SignedXmlTest.cs: Completed unit tests as many methods were not
  9. tested at all previously.
  10. 2004-03-15 Sebastien Pouliot <[email protected]>
  11. * SignedXmlTest.cs: Added null test for LoadXml.
  12. 2004-03-14 Atsushi Enomoto <[email protected]>
  13. * XmlDsigXPathTransformTest.cs : added TransformSimple() and
  14. FunctionHere() [commented].
  15. 2004-03-13 Atsushi Enomoto <[email protected]>
  16. * XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare
  17. Win32Error so it should be added only when it does not exist.
  18. * XmlDsigXsltTransformTest.cs : embedded stylesheet should have
  19. version attribute. EmbeddedStylesheet() should also load input doc.
  20. 2004-03-12 Sebastien Pouliot <[email protected]>
  21. * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
  22. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
  23. under MS.NET.
  24. 2004-03-11 Atsushi Enomoto <[email protected]>
  25. * XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8
  26. escaping (i.e. it must be the same as with-comments test).
  27. Enabled example6 (encoding test).
  28. * XmlDsigXsltTransformTest.cs :
  29. GetXslDoc() now works (xmlns for dsig was missing).
  30. Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt().
  31. Activated ignored LoadInputAsXXX() and Load2() by supplying xsl.
  32. 2004-03-04 Atsushi Enomoto <[email protected]>
  33. * SignatureTest.cs : added some malformed xml tests.
  34. 2004-02-14 Atsushi Enomoto <[email protected]>
  35. * XmlDsigC14NTransformTest.cs,
  36. XmlDsigC14NWithCommentsTransformTest.cs:
  37. uncommented some code blocks which should be tested.
  38. 2004-02-11 Sebastien Pouliot <[email protected]>
  39. * KeyInfoTest.cs: Corrected the xmlRSA XML string.
  40. * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
  41. to MS implementation.
  42. * SignatureTest.cs: Tests fixed if XML is different (but equivalent)
  43. to MS implementation.
  44. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
  45. results from the protected GetInnerXml. No more convertion to arrays.
  46. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
  47. results from the protected GetInnerXml. Fixed input/output typo. Tests
  48. fixed if XML is different (but equivalent) to MS implementation.
  49. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml
  50. class to get results from the protected GetInnerXml. Fixed input/output
  51. typo.
  52. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
  53. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get
  54. results from the protected GetInnerXml. Fixed input/output typo.
  55. 2003-12-14 Sebastien Pouliot <[email protected]>
  56. * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
  57. key assigned on verification and GetElementId) found when fixing
  58. #52084.
  59. 2003-07-28 Sebastien Pouliot <[email protected]>
  60. * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
  61. bug in .NET 1.0). There are no more unit test failures on Windows.
  62. 2003-07-27 Sebastien Pouliot <[email protected]>
  63. * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
  64. 2003-07-24 Sebastien Pouliot <[email protected]>
  65. * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
  66. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
  67. Aleksey Sanin.
  68. 2003-06-02 Sebastien Pouliot <[email protected]>
  69. * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
  70. RetrievalMethod to match W3C specification and framework 1.1.
  71. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  72. * Tests inherits from Assertion and Assertion. prefix is removed
  73. 2003-03-03 Sebastien Pouliot <[email protected]>
  74. * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
  75. XPath test.
  76. 2003-03-02 Sebastien Pouliot <[email protected]>
  77. * KeyInfoNameTest.cs: Better naming.
  78. * KeyInfoRetrievalMethodTest.cs: Splitted a test.
  79. 2003-02-19 Sebastien Pouliot <[email protected]>
  80. * All: Updated tests for NUnit2. Some big tests where splited in
  81. smaller ones.
  82. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
  83. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
  84. test suite.
  85. 2002-11-28 Sebastien Pouliot <[email protected]>
  86. * AllTests.cs: Added missing test suites.
  87. 2002-11-20 Sebastien Pouliot <[email protected]>
  88. * AllTests.cs: New. Added suites for very listed files.
  89. * DataObjectTest.cs: New. Test suite for DataObject.
  90. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
  91. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
  92. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
  93. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
  94. * KeyInfoTest.cs: New. Test suite for KeyInfo.
  95. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
  96. * ReferenceTest.cs: New. Incomplete test suite for Reference.
  97. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
  98. * SignatureTest.cs: New. Partial test suite for Signature.
  99. * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
  100. * SignedXmlTest.cs: New. Partial test suite for SignedXml.
  101. * TransformChainTest.cs: New. Test suite for TransformChain.
  102. * XmlDsigBase64TransformTest.cs: New. Partial test suite for
  103. XmlDsigBase64Transform
  104. * XmlDsigXsltTransformTest.cs: New. Partial test suite for
  105. XmlDsigXsltTransform.