ChangeLog 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. 2005-05-31 Atsushi Enomoto <[email protected]>
  2. * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
  3. sanity check on CleanUp().
  4. 2005-05-05 Sebastien Pouliot <[email protected]>
  5. * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
  6. NotDotNet as the test seems to fail only under NUnit.
  7. 2005-05-04 Sebastien Pouliot <[email protected]>
  8. * AssertCrypto.cs: Added method to compare somewhat different but ok
  9. XML fragments (when the xmlns for xmldsig is on a different element).
  10. * KeyInfoTest.cs, KeyInfoRetrievalMethodTest.cs, ReferenceTest.cs,
  11. SignedInfoTest.cs, SignatureTest.cs, SignedXmlTest.cs,
  12. XmlDsigC14NTransformTest.cs, XmlDsigC14NWithCommentsTransformTest.cs,
  13. XmlDsigXPathTransformTest.cs: Make all tests works under Fx 2.0 beta 2
  14. 2005-05-02 Sebastien Pouliot <[email protected]>
  15. * SignedXmlTest.cs: AddObject and AddReference now throws
  16. ArgumentNullException in 2.0.
  17. * XmlDsigC14NWithCommentsTransformTest.cs: InputType was fixed in 2.0.
  18. * XmlDsigC14NTransformTest.cs: InputType was fixed in 2.0.
  19. * XmlDsigXsltTransformTest.cs: Fixed tests for 2.0, InputType, Empty
  20. XSLT and invalid XSLT (new exception).
  21. 2005-04-28 Sebastien Pouliot <[email protected]>
  22. * XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored)
  23. and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as
  24. they both pass under MS 1.x runtime (for bad and/or good reasons).
  25. 2005-04-26 Sebastien Pouliot <[email protected]>
  26. * KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
  27. tests to work on NET_2_0.
  28. 2005-04-06 Atsushi Enomoto <[email protected]>
  29. * XmlDsigC14NTransformTest.cs :
  30. Reverted last change in LoadInputAsXmlNodeList2(). It is MS bug.
  31. It now handles Load() behavioral difference between Stream and
  32. XmlDocument as expected.
  33. 2005-02-27 Nick Drochak <[email protected]>
  34. * XmlDsigXsltTransformTest.cs:
  35. * XmlDsigC14NTransformTest.cs: Make tests pass on MS.NET 1.1.
  36. 2004-06-06 Atsushi Enomoto <[email protected]>
  37. * XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed
  38. xmlns:xsl declaration.
  39. 2004-05-20 Sebastien Pouliot <[email protected]>
  40. * KeyInfoTest.cs: SetUp is now public (required for new nunit).
  41. * ReferenceTest.cs: SetUp is now public (required for new nunit).
  42. 2004-05-14 Atsushi Enomoto <[email protected]>
  43. * XmlDsigC14NTransform.cs : Reverted Ingore attribute that does not
  44. seem like incorrect test.
  45. 2004-05-05 Atsushi Enomoto <[email protected]>
  46. * XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
  47. * XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
  48. test premises incorrect namespace handling.
  49. * XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
  50. will give more expected results),
  51. plus some noise on FunctionHereObsolete().
  52. 2004-03-26 Atsushi Enomoto <[email protected]>
  53. * Added XmlDsigEnvelopedSignatureTransformTest.cs.
  54. * SignedXmlTest.cs : Added some KeyInfo and error handling repro.
  55. 2004-03-24 Atsushi Enomoto <[email protected]>
  56. * ReferenceTest.cs : Test for keeping document object identity.
  57. * XmlDsigC14NTransformTest.cs : Fixed LoadInputAsXmlNodeList(). Here,
  58. passed XmlNodeList means filtered (e.g. XPath) nodes, which might
  59. contain parent and children as each node in the list.
  60. Added LoadInputAsXmlNodeList2(), which fails in the meantime.
  61. 2004-03-23 Atsushi Enomoto <[email protected]>
  62. * SignedInfoTest.cs : assure the owner document object equality /
  63. inequality with related to LoadXml() and setting properties.
  64. 2004-03-23 Atsushi Enomoto <[email protected]>
  65. * DataObjectTest.cs : assure that owner document object is different
  66. after setting properties.
  67. 2004-03-20 Sebastien Pouliot <[email protected]>
  68. * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
  69. remove warning.
  70. 2004-03-19 Sebastien Pouliot <[email protected]>
  71. * SignedXmlTest.cs: Completed unit tests as many methods were not
  72. tested at all previously.
  73. 2004-03-15 Sebastien Pouliot <[email protected]>
  74. * SignedXmlTest.cs: Added null test for LoadXml.
  75. 2004-03-14 Atsushi Enomoto <[email protected]>
  76. * XmlDsigXPathTransformTest.cs : added TransformSimple() and
  77. FunctionHere() [commented].
  78. 2004-03-13 Atsushi Enomoto <[email protected]>
  79. * XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare
  80. Win32Error so it should be added only when it does not exist.
  81. * XmlDsigXsltTransformTest.cs : embedded stylesheet should have
  82. version attribute. EmbeddedStylesheet() should also load input doc.
  83. 2004-03-12 Sebastien Pouliot <[email protected]>
  84. * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
  85. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
  86. under MS.NET.
  87. 2004-03-11 Atsushi Enomoto <[email protected]>
  88. * XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8
  89. escaping (i.e. it must be the same as with-comments test).
  90. Enabled example6 (encoding test).
  91. * XmlDsigXsltTransformTest.cs :
  92. GetXslDoc() now works (xmlns for dsig was missing).
  93. Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt().
  94. Activated ignored LoadInputAsXXX() and Load2() by supplying xsl.
  95. 2004-03-04 Atsushi Enomoto <[email protected]>
  96. * SignatureTest.cs : added some malformed xml tests.
  97. 2004-02-14 Atsushi Enomoto <[email protected]>
  98. * XmlDsigC14NTransformTest.cs,
  99. XmlDsigC14NWithCommentsTransformTest.cs:
  100. uncommented some code blocks which should be tested.
  101. 2004-02-11 Sebastien Pouliot <[email protected]>
  102. * KeyInfoTest.cs: Corrected the xmlRSA XML string.
  103. * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
  104. to MS implementation.
  105. * SignatureTest.cs: Tests fixed if XML is different (but equivalent)
  106. to MS implementation.
  107. * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
  108. results from the protected GetInnerXml. No more convertion to arrays.
  109. * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
  110. results from the protected GetInnerXml. Fixed input/output typo. Tests
  111. fixed if XML is different (but equivalent) to MS implementation.
  112. * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml
  113. class to get results from the protected GetInnerXml. Fixed input/output
  114. typo.
  115. * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
  116. * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get
  117. results from the protected GetInnerXml. Fixed input/output typo.
  118. 2003-12-14 Sebastien Pouliot <[email protected]>
  119. * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
  120. key assigned on verification and GetElementId) found when fixing
  121. #52084.
  122. 2003-07-28 Sebastien Pouliot <[email protected]>
  123. * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a
  124. bug in .NET 1.0). There are no more unit test failures on Windows.
  125. 2003-07-27 Sebastien Pouliot <[email protected]>
  126. * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
  127. 2003-07-24 Sebastien Pouliot <[email protected]>
  128. * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
  129. * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
  130. Aleksey Sanin.
  131. 2003-06-02 Sebastien Pouliot <[email protected]>
  132. * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
  133. RetrievalMethod to match W3C specification and framework 1.1.
  134. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  135. * Tests inherits from Assertion and Assertion. prefix is removed
  136. 2003-03-03 Sebastien Pouliot <[email protected]>
  137. * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
  138. XPath test.
  139. 2003-03-02 Sebastien Pouliot <[email protected]>
  140. * KeyInfoNameTest.cs: Better naming.
  141. * KeyInfoRetrievalMethodTest.cs: Splitted a test.
  142. 2003-02-19 Sebastien Pouliot <[email protected]>
  143. * All: Updated tests for NUnit2. Some big tests where splited in
  144. smaller ones.
  145. * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
  146. * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty,
  147. test suite.
  148. 2002-11-28 Sebastien Pouliot <[email protected]>
  149. * AllTests.cs: Added missing test suites.
  150. 2002-11-20 Sebastien Pouliot <[email protected]>
  151. * AllTests.cs: New. Added suites for very listed files.
  152. * DataObjectTest.cs: New. Test suite for DataObject.
  153. * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
  154. * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
  155. * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
  156. * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
  157. * KeyInfoTest.cs: New. Test suite for KeyInfo.
  158. * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
  159. * ReferenceTest.cs: New. Incomplete test suite for Reference.
  160. * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
  161. * SignatureTest.cs: New. Partial test suite for Signature.
  162. * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
  163. * SignedXmlTest.cs: New. Partial test suite for SignedXml.
  164. * TransformChainTest.cs: New. Test suite for TransformChain.
  165. * XmlDsigBase64TransformTest.cs: New. Partial test suite for
  166. XmlDsigBase64Transform
  167. * XmlDsigXsltTransformTest.cs: New. Partial test suite for
  168. XmlDsigXsltTransform.