ChangeLog 6.1 KB

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