ChangeLog 7.0 KB

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