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