ChangeLog 2.8 KB

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