[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / Test / System.Xml.XPath / ChangeLog
1 2009-11-17  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XPathEditableNavigatorTests.cs : added test for bug #554845.
4
5 2009-07-22  Atsushi Enomoto <atsushi@ximian.com>
6
7         * XPathNavigatorTests.cs : added test for bug #515136.
8
9 2009-06-30  Raja R Harinath  <harinath@hurrynot.org>
10
11         * XPathNavigatorTests.cs (XPathDocumentMoveToId) [!NET_2_0]:
12         Fix compile.
13
14 2009-06-26  Atsushi Enomoto <atsushi@ximian.com>
15
16         * SelectNodesTests.cs
17           XPathNavigatorCommonTests.cs
18           XPathAtomicValueTests.cs
19           XPathNavigatorTests.cs
20           XPathNavigatorEvaluateTests.cs : convert to newer nunit style.
21
22 2009-05-15  Atsushi Enomoto <atsushi@ximian.com>
23
24         * XPathNavigatorCommonTests.cs : test that LookupNamespace() in
25           XmlReader from ReadSubtree() works correctly on text nodes.
26
27 2009-03-17  Atsushi Enomoto <atsushi@ximian.com>
28
29         * SelectNodesTests.cs : added 2nd test for bug #443490.
30
31 2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
32
33         * SelectNodesTests.cs : added test for bug #443490.
34
35 2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
36
37         * SelectNodesTests.cs : added test for bug #458245.
38
39 2008-12-09  Atsushi Enomoto <atsushi@ximian.com>
40
41         * XPathNavigatorTests.cs : added test fo bug #456103.
42
43 2008-10-02  Atsushi Enomoto <atsushi@ximian.com>
44
45         * XPathNavigatorEvaluateTests.cs : corrected couple of misconception
46           in the tests.
47
48 2008-04-02  Atsushi Enomoto <atsushi@ximian.com>
49
50         * XPathEditableNavigatorTests.cs : added test for bug #376210.
51
52 2008-04-02  Atsushi Enomoto <atsushi@ximian.com>
53
54         * XPathNavigatorTests.cs : added test for bug #376191.
55
56 2008-03-17  Atsushi Enomoto <atsushi@ximian.com>
57
58         * XPathNavigatorTests.cs : added test for bug #324606.
59
60 2008-02-27  Atsushi Enomoto <atsushi@ximian.com>
61
62         * XPathNavigatorTests.cs : added test for bug #365112.
63
64 2007-11-29  Atsushi Enomoto <atsushi@ximian.com>
65
66         * XPathNavigatorTests.cs : added ValueAs() test.
67
68 2007-01-05  Atsushi Enomoto <atsushi@ximian.com>
69
70         * XPathNavigatorCommonTests.cs : added test for incorrect namespace
71           node links.
72
73 2007-01-05  Atsushi Enomoto <atsushi@ximian.com>
74
75         * XPathNavigatorTests.cs : added test for text() and whitespace/
76           significantwhitespace node.
77
78 2006-12-05  Atsushi Enomoto <atsushi@ximian.com>
79
80         * XPathNavigatorReaderTests.cs : added test for MoveToAttribute(int).
81
82 2006-12-05  Atsushi Enomoto <atsushi@ximian.com>
83
84         * XPathNavigatorTests.cs : added test for XPath navigator editor's
85           LookupPrefix().
86
87 2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
88
89         * XPathNavigatorTests.cs : added test for bug #79875, and some
90           "escaped" text tests for InnerXml.
91         * XPathNavigatorReaderTests.cs : make sure that most of XPath nodes
92           are rejected to read subtree.
93
94 2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
95
96         * XPathNavigatorTests.cs : added test for bug #79874.
97
98 2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
99
100         * XPathNavigatorTests.cs : added (kind of) test for bug #46751.
101
102 2006-10-11  Atsushi Enomoto <atsushi@ximian.com>
103
104         * XPathEditableNavigatorTests.cs : added test for CanEdit, based on
105           the patch by Konstantin Triger.
106
107 2006-09-11  Atsushi Enomoto <atsushi@ximian.com>
108
109         * XPathEditableNavigatorTests.cs : added test fro AppendChild() from
110           a document fragment.
111
112 2006-09-01  Atsushi Enomoto <atsushi@ximian.com>
113
114         * XPathNavigatorReaderTests.cs : added test for MoveToFirstAttribute()
115           which is called from several current nodes.
116
117 2006-04-10  Atsushi Enomoto <atsushi@ximian.com>
118
119         * XPathNavigatorCommonTests.cs : there were some evil CRLF LF mix.
120
121 2006-04-10  Atsushi Enomoto <atsushi@ximian.com>
122
123         * XPathNavigatorCommonTests.cs : added test for bug #78067.
124         * XPathNavigatorReaderTests.cs : ditto, for ReadSubtree() part.
125
126 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
127
128         * XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
129           does not work under MS.NET.
130
131 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
132
133         * XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
134           and all dependent members.
135
136 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
137
138         * XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().
139
140 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
141
142         * XPathEditableNavigatorTests.cs : added tests that passes empty
143           string to editor methods. Added tests for ReplaceSelf().
144
145 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
146
147         * XPathEditableNavigatorTests.cs : added tests for PrependChild().
148
149 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
150
151         * XPathEditableNavigatorTests.cs :
152           Added more tests for InsertAfter() and InsertBefore().
153           Added tests for DeleteRange() and ReplaceRange().
154
155 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
156
157         * XPathEditableNavigatorTests.cs : added tests for InsertAfter and
158           InsertBefore.
159
160 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
161
162         * XPathEditableNavigatorTests.cs : new file for testing all editor
163           functionality in XPathNavigator.
164
165 2005-12-12  Atsushi Enomoto <atsushi@ximian.com>
166
167         * XPathNavigatorTests.cs : added tests for ValueAsXxx properties.
168
169 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
170
171         * XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
172           XPathNavigatorEvaluateTests.cs :
173           Added assertion labels. Marked some tests as NotDotNet under 2.0.
174
175 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
176
177         * XPathExceptionCas.cs: New. CAS unit tests for exception 
178         serialization.
179
180 2005-07-23  Atsushi Enomoto <atsushi@ximian.com>
181
182         * XPathNavigatorCommonTests.cs : added test for bug #75609
183
184 2005-02-14  Atsushi Enomoto <atsushi@ximian.com>
185
186         * XPathNavigatorTests.cs : new test code was broken.
187
188 2005-02-14  Atsushi Enomoto <atsushi@ximian.com>
189
190         * XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().
191
192 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
193
194         * XPathAtomicValueTests.cs : added.
195
196 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
197
198         * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
199
200 2004-03-24  Atsushi Enomoto <atsushi@ximian.com>
201
202         * SelectNodesTests.cs : Added test for 1) not selecting previously-
203           selected prefixes, and that 2) default namespace erasure (i.e. 
204           xmlns="") should not be selected.
205
206 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
207
208         * XPathNavigatorCommonTests.cs : Added test for splitted text.
209
210 2004-02-17  Atsushi Enomoto <atsushi@ximian.com>
211
212         * XPathNavigatorMatchesTest.cs : commonified some code blocks.
213           Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
214           MatchesPredicatedParentAxis().
215
216 2004-01-28  Atsushi Enomoto <atsushi@ximian.com>
217
218         * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
219         * XPathNavigatorTests.cs : Close XmlTextReader.
220
221 2003-12-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
222
223         * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
224
225 2003-09-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
226
227         * XPathNavigatorTests.cs : added SelectFromOrphan().
228
229 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
230
231         * Added XPathNavigatorCommonTests.cs.
232
233 2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
234
235         * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
236
237 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
238
239         * XPathNavigatorTests.cs : fixed not well-formed xml of 
240           DocumentWithXmlDeclaration().
241
242 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
243         * Tests inherits from Assertion and Assertion. prefixes removed
244
245 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
246
247         * added this file as a new entry.
248           See ../ChangeLog to find former ChangeLog entries.
249