| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- 2005-09-10 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added testcase for bug #76046.
- 2005-08-31 Sebastien Pouliot <[email protected]>
- * XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
- Note that this is a LinkDemand so it will succeed in 2.0 (as the test
- is executed at fulltrust).
- * XsltCompileExceptionCas.cs: New. CAS unit tests for exception
- serialization.
- * XsltExceptionCas.cs: New. CAS unit tests for exception
- serialization.
- 2005-07-29 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added testcase for bug #75663.
- 2005-05-07 Atsushi Enomoto <[email protected]>
- * MSXslScriptTests.cs : added testcase for bug #74859.
- 2005-03-24 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added (extra) test which verifies that
- XslTransform.Load() and .Transform() does not hold reference to
- stylesheet/instance XPathNavigator inside its internals.
- 2005-03-23 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added test that examines if XSLT rejects
- xsl:import incorrectly placed after other contents.
- 2005-03-22 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added test 1)that examines pattern sanity and
- 2)that examines if empty element RTF is evaluated as true for bool.
- 2005-02-28 Atsushi Enomoto <[email protected]>
- * MsxslScriptTests.cs,
- XslTransformTests.cs : set NotWorking for msxsl:script tests (they
- premise runnable compilers existence which actually might not exist.)
- 2005-01-13 Atsushi Enomoto <[email protected]>
- * MsxslScriptTests.cs : actually it was not testing stylesheet.
- * XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
- NotDotNet.
- 2004-06-06 Atsushi Enomoto <[email protected]>
- * MsxslScriptTests.cs : Namespace are required (found on fixing
- XmlTextReader's namespace bugfix).
- 2004-05-20 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : Added tests for msxsl:node-set().
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * Added MsxslScriptTests.cs.
- 2004-03-24 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : Added InvalidStylesheet2().
- 2004-03-13 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : added some tests for invalid stylesheets.
- 2004-01-03 Atsushi Enomoto <[email protected]>
- * XslTransformTests.cs : fixed incorrect file path, and output childnode
- count.
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * XslTransformTests.cs: Inherits from Assertion and Assertion.
- prefix removed.
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find former ChangeLog entries.
|