ChangeLog 1.7 KB

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