ChangeLog 5.3 KB

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