ChangeLog 2.9 KB

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