ChangeLog 3.1 KB

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