ChangeLog 7.1 KB

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