ChangeLog 5.3 KB

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