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