ChangeLog 2.7 KB

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