ChangeLog 3.0 KB

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