ChangeLog 9.3 KB

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