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