ChangeLog 2.5 KB

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