ChangeLog 3.9 KB

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