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