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