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