merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / ChangeLog
1 2005-11-17  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XslTransformTests.cs : added WhitespaceHandling ().
4
5 2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XslTransformTests.cs : added test for bug #76530.
8
9 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
10
11         * XslTransformTests.cs: Remove test which depends on random GC
12         behaviour.
13
14 2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XslTransformTests.cs : added testcase for bug #76115.
17         * MSXslScriptTests.cs : added testcase for bug #76116.
18
19 2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * XslTransformTests.cs : added testcase for bug #76046.
22
23 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
26         Note that this is a LinkDemand so it will succeed in 2.0 (as the test
27         is executed at fulltrust).
28         * XsltCompileExceptionCas.cs: New. CAS unit tests for exception 
29         serialization.
30         * XsltExceptionCas.cs: New. CAS unit tests for exception 
31         serialization.
32
33 2005-07-29  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * XslTransformTests.cs : added testcase for bug #75663.
36
37 2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * MSXslScriptTests.cs : added testcase for bug #74859.
40
41 2005-03-24  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * XslTransformTests.cs : added (extra) test which verifies that
44           XslTransform.Load() and .Transform() does not hold reference to
45           stylesheet/instance XPathNavigator inside its internals.
46
47 2005-03-23  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * XslTransformTests.cs : added test that examines if XSLT rejects
50           xsl:import incorrectly placed after other contents.
51
52 2005-03-22  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * XslTransformTests.cs : added test 1)that examines pattern sanity and
55           2)that examines if empty element RTF is evaluated as true for bool.
56
57 2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * MsxslScriptTests.cs,
60           XslTransformTests.cs : set NotWorking for msxsl:script tests (they
61           premise runnable compilers existence which actually might not exist.)
62
63 2005-01-13  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * MsxslScriptTests.cs : actually it was not testing stylesheet.
66         * XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
67           NotDotNet.
68
69 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
70
71         * MsxslScriptTests.cs : Namespace are required (found on fixing
72           XmlTextReader's namespace bugfix).
73
74 2004-05-20  Atsushi Enomoto <atsushi@ximian.com>
75
76         * XslTransformTests.cs : Added tests for msxsl:node-set().
77
78 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
79
80         * Added MsxslScriptTests.cs.
81
82 2004-03-24  Atsushi Enomoto <atsushi@ximian.com>
83
84         * XslTransformTests.cs : Added InvalidStylesheet2().
85
86 2004-03-13  Atsushi Enomoto <atsushi@ximian.com>
87
88         * XslTransformTests.cs : added some tests for invalid stylesheets.
89
90 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
91
92         * XslTransformTests.cs : fixed incorrect file path, and output childnode
93           count.
94
95 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
96
97         * XslTransformTests.cs: Inherits from Assertion and Assertion.
98           prefix removed.
99
100 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
101
102         * added this file as a new entry.
103           See ../ChangeLog to find former ChangeLog entries.