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