ChangeLog 3.8 KB

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