ChangeLog 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. 2005-12-24 Gert Driesen <[email protected]>
  2. * XslTransformTests.cs: Enabled forwards compatible tests.
  3. 2005-12-23 Gert Driesen <[email protected]>
  4. * XslTransformTests.cs: Added forwards compatible tests.
  5. 2005-12-23 Gert Driesen <[email protected]>
  6. * XslTransformTests.cs: Added working XML/HTML indentation tests.
  7. 2005-12-23 Gert Driesen <[email protected]>
  8. * XslTransformTests.cs: Added bug numbers to test cases.
  9. 2005-12-17 Gert Driesen <[email protected]>
  10. * XsltCompileExceptionTests.cs: Added tests for ctors.
  11. * XsltExceptionTests.cs: Added tests for ctors.
  12. * XslTransformTests.cs: Added tests for validation of <xsl:output>
  13. attributes.
  14. 2005-12-12 Atsushi Enomoto <[email protected]>
  15. * XslTransformTests.cs : (LocalParameter) [NotDotNet] should not have
  16. been undone.
  17. 2005-12-04 Gert Driesen <[email protected]>
  18. * XslTransformTests.cs: Explictly omit xml declaration, allowing
  19. test to pass on both Mono and MS.NET.
  20. 2005-12-04 Gert Driesen <[email protected]>
  21. * XslTransformTests.cs: Undo formatting changes.
  22. 2005-12-04 Gert Driesen <[email protected]>
  23. * XslTransformTests.cs: Added test for MS bug, described in KB834667.
  24. 2005-12-04 Gert Driesen <[email protected]>
  25. * XslTransformTests.cs: Added test for sorting an empty node set, which
  26. is also a test for omitting XML declaration if no XML is output.
  27. No longer derive from deprecated Assertion class, formatting updates.
  28. 2005-11-17 Atsushi Enomoto <[email protected]>
  29. * XslTransformTests.cs : added WhitespaceHandling ().
  30. 2005-10-24 Atsushi Enomoto <[email protected]>
  31. * XslTransformTests.cs : added test for bug #76530.
  32. 2005-10-08 Zoltan Varga <[email protected]>
  33. * XslTransformTests.cs: Remove test which depends on random GC
  34. behaviour.
  35. 2005-09-10 Atsushi Enomoto <[email protected]>
  36. * XslTransformTests.cs : added testcase for bug #76115.
  37. * MSXslScriptTests.cs : added testcase for bug #76116.
  38. 2005-09-10 Atsushi Enomoto <[email protected]>
  39. * XslTransformTests.cs : added testcase for bug #76046.
  40. 2005-08-31 Sebastien Pouliot <[email protected]>
  41. * XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
  42. Note that this is a LinkDemand so it will succeed in 2.0 (as the test
  43. is executed at fulltrust).
  44. * XsltCompileExceptionCas.cs: New. CAS unit tests for exception
  45. serialization.
  46. * XsltExceptionCas.cs: New. CAS unit tests for exception
  47. serialization.
  48. 2005-07-29 Atsushi Enomoto <[email protected]>
  49. * XslTransformTests.cs : added testcase for bug #75663.
  50. 2005-05-07 Atsushi Enomoto <[email protected]>
  51. * MSXslScriptTests.cs : added testcase for bug #74859.
  52. 2005-03-24 Atsushi Enomoto <[email protected]>
  53. * XslTransformTests.cs : added (extra) test which verifies that
  54. XslTransform.Load() and .Transform() does not hold reference to
  55. stylesheet/instance XPathNavigator inside its internals.
  56. 2005-03-23 Atsushi Enomoto <[email protected]>
  57. * XslTransformTests.cs : added test that examines if XSLT rejects
  58. xsl:import incorrectly placed after other contents.
  59. 2005-03-22 Atsushi Enomoto <[email protected]>
  60. * XslTransformTests.cs : added test 1)that examines pattern sanity and
  61. 2)that examines if empty element RTF is evaluated as true for bool.
  62. 2005-02-28 Atsushi Enomoto <[email protected]>
  63. * MsxslScriptTests.cs,
  64. XslTransformTests.cs : set NotWorking for msxsl:script tests (they
  65. premise runnable compilers existence which actually might not exist.)
  66. 2005-01-13 Atsushi Enomoto <[email protected]>
  67. * MsxslScriptTests.cs : actually it was not testing stylesheet.
  68. * XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
  69. NotDotNet.
  70. 2004-06-06 Atsushi Enomoto <[email protected]>
  71. * MsxslScriptTests.cs : Namespace are required (found on fixing
  72. XmlTextReader's namespace bugfix).
  73. 2004-05-20 Atsushi Enomoto <[email protected]>
  74. * XslTransformTests.cs : Added tests for msxsl:node-set().
  75. 2004-03-31 Atsushi Enomoto <[email protected]>
  76. * Added MsxslScriptTests.cs.
  77. 2004-03-24 Atsushi Enomoto <[email protected]>
  78. * XslTransformTests.cs : Added InvalidStylesheet2().
  79. 2004-03-13 Atsushi Enomoto <[email protected]>
  80. * XslTransformTests.cs : added some tests for invalid stylesheets.
  81. 2004-01-03 Atsushi Enomoto <[email protected]>
  82. * XslTransformTests.cs : fixed incorrect file path, and output childnode
  83. count.
  84. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  85. * XslTransformTests.cs: Inherits from Assertion and Assertion.
  86. prefix removed.
  87. 2003-04-12 Atsushi Enomoto <[email protected]>
  88. * added this file as a new entry.
  89. See ../ChangeLog to find former ChangeLog entries.