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