ChangeLog 6.3 KB

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