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