ChangeLog 2.2 KB

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