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