ChangeLog 2.0 KB

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