ChangeLog 5.1 KB

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