ChangeLog 2.1 KB

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