ChangeLog 6.6 KB

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