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