ChangeLog 5.0 KB

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