ChangeLog 4.9 KB

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