* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / ChangeLog
1 2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XslTransformTests.cs : added CurrentInSelect().
4
5 2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XslTransformTests.cs : added StripSpace().
8
9 2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * XslTransformTests.cs : added DocTypeAfterText().
12
13 2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * XslTransformTests.cs : Output_Indent_Xml_DocType() is working now.
16
17 2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * XslTransformTests.cs: Extended html indentation test (and marked
20         it NotWorking). Added tests for MS bugs (that have been fixed since).
21
22 2005-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
23
24         * XslTransformTests.cs: Enabled forwards compatible tests.
25
26 2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * XslTransformTests.cs: Added forwards compatible tests.
29
30 2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
31
32         * XslTransformTests.cs: Added working XML/HTML indentation tests.
33
34 2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
35
36         * XslTransformTests.cs: Added bug numbers to test cases.
37
38 2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * XsltCompileExceptionTests.cs: Added tests for ctors.
41         * XsltExceptionTests.cs: Added tests for ctors.
42         * XslTransformTests.cs: Added tests for validation of <xsl:output>
43         attributes.
44
45 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * XslTransformTests.cs : (LocalParameter) [NotDotNet] should not have
48           been undone.
49
50 2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
51
52         * XslTransformTests.cs: Explictly omit xml declaration, allowing
53         test to pass on both Mono and MS.NET.
54
55 2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
56
57         * XslTransformTests.cs: Undo formatting changes.
58
59 2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
60
61         * XslTransformTests.cs: Added test for MS bug, described in KB834667.
62
63 2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
64
65         * XslTransformTests.cs: Added test for sorting an empty node set, which
66         is also a test for omitting XML declaration if no XML is output.
67         No longer derive from deprecated Assertion class, formatting updates.
68
69 2005-11-17  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * XslTransformTests.cs : added WhitespaceHandling ().
72
73 2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * XslTransformTests.cs : added test for bug #76530.
76
77 2005-10-08  Zoltan Varga  <vargaz@gmail.com>
78
79         * XslTransformTests.cs: Remove test which depends on random GC
80         behaviour.
81
82 2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * XslTransformTests.cs : added testcase for bug #76115.
85         * MSXslScriptTests.cs : added testcase for bug #76116.
86
87 2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * XslTransformTests.cs : added testcase for bug #76046.
90
91 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
92
93         * XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
94         Note that this is a LinkDemand so it will succeed in 2.0 (as the test
95         is executed at fulltrust).
96         * XsltCompileExceptionCas.cs: New. CAS unit tests for exception 
97         serialization.
98         * XsltExceptionCas.cs: New. CAS unit tests for exception 
99         serialization.
100
101 2005-07-29  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * XslTransformTests.cs : added testcase for bug #75663.
104
105 2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * MSXslScriptTests.cs : added testcase for bug #74859.
108
109 2005-03-24  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * XslTransformTests.cs : added (extra) test which verifies that
112           XslTransform.Load() and .Transform() does not hold reference to
113           stylesheet/instance XPathNavigator inside its internals.
114
115 2005-03-23  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * XslTransformTests.cs : added test that examines if XSLT rejects
118           xsl:import incorrectly placed after other contents.
119
120 2005-03-22  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * XslTransformTests.cs : added test 1)that examines pattern sanity and
123           2)that examines if empty element RTF is evaluated as true for bool.
124
125 2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * MsxslScriptTests.cs,
128           XslTransformTests.cs : set NotWorking for msxsl:script tests (they
129           premise runnable compilers existence which actually might not exist.)
130
131 2005-01-13  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * MsxslScriptTests.cs : actually it was not testing stylesheet.
134         * XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
135           NotDotNet.
136
137 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
138
139         * MsxslScriptTests.cs : Namespace are required (found on fixing
140           XmlTextReader's namespace bugfix).
141
142 2004-05-20  Atsushi Enomoto <atsushi@ximian.com>
143
144         * XslTransformTests.cs : Added tests for msxsl:node-set().
145
146 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
147
148         * Added MsxslScriptTests.cs.
149
150 2004-03-24  Atsushi Enomoto <atsushi@ximian.com>
151
152         * XslTransformTests.cs : Added InvalidStylesheet2().
153
154 2004-03-13  Atsushi Enomoto <atsushi@ximian.com>
155
156         * XslTransformTests.cs : added some tests for invalid stylesheets.
157
158 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
159
160         * XslTransformTests.cs : fixed incorrect file path, and output childnode
161           count.
162
163 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
164
165         * XslTransformTests.cs: Inherits from Assertion and Assertion.
166           prefix removed.
167
168 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
169
170         * added this file as a new entry.
171           See ../ChangeLog to find former ChangeLog entries.