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