ChangeLog 3.4 KB

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