New test.
[mono.git] / mcs / class / System.XML / Test / System.Xml.XPath / ChangeLog
1 2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XPathNavigatorTests.cs : added test for bug #79875, and some
4           "escaped" text tests for InnerXml.
5         * XPathNavigatorReaderTests.cs : make sure that most of XPath nodes
6           are rejected to read subtree.
7
8 2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
9
10         * XPathNavigatorTests.cs : added test for bug #79874.
11
12 2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
13
14         * XPathNavigatorTests.cs : added (kind of) test for bug #46751.
15
16 2006-10-11  Atsushi Enomoto <atsushi@ximian.com>
17
18         * XPathEditableNavigatorTests.cs : added test for CanEdit, based on
19           the patch by Konstantin Triger.
20
21 2006-09-11  Atsushi Enomoto <atsushi@ximian.com>
22
23         * XPathEditableNavigatorTests.cs : added test fro AppendChild() from
24           a document fragment.
25
26 2006-09-01  Atsushi Enomoto <atsushi@ximian.com>
27
28         * XPathNavigatorReaderTests.cs : added test for MoveToFirstAttribute()
29           which is called from several current nodes.
30
31 2006-04-10  Atsushi Enomoto <atsushi@ximian.com>
32
33         * XPathNavigatorCommonTests.cs : there were some evil CRLF LF mix.
34
35 2006-04-10  Atsushi Enomoto <atsushi@ximian.com>
36
37         * XPathNavigatorCommonTests.cs : added test for bug #78067.
38         * XPathNavigatorReaderTests.cs : ditto, for ReadSubtree() part.
39
40 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
41
42         * XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
43           does not work under MS.NET.
44
45 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
46
47         * XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
48           and all dependent members.
49
50 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
51
52         * XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().
53
54 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
55
56         * XPathEditableNavigatorTests.cs : added tests that passes empty
57           string to editor methods. Added tests for ReplaceSelf().
58
59 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
60
61         * XPathEditableNavigatorTests.cs : added tests for PrependChild().
62
63 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
64
65         * XPathEditableNavigatorTests.cs :
66           Added more tests for InsertAfter() and InsertBefore().
67           Added tests for DeleteRange() and ReplaceRange().
68
69 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
70
71         * XPathEditableNavigatorTests.cs : added tests for InsertAfter and
72           InsertBefore.
73
74 2005-12-13  Atsushi Enomoto <atsushi@ximian.com>
75
76         * XPathEditableNavigatorTests.cs : new file for testing all editor
77           functionality in XPathNavigator.
78
79 2005-12-12  Atsushi Enomoto <atsushi@ximian.com>
80
81         * XPathNavigatorTests.cs : added tests for ValueAsXxx properties.
82
83 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
84
85         * XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
86           XPathNavigatorEvaluateTests.cs :
87           Added assertion labels. Marked some tests as NotDotNet under 2.0.
88
89 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * XPathExceptionCas.cs: New. CAS unit tests for exception 
92         serialization.
93
94 2005-07-23  Atsushi Enomoto <atsushi@ximian.com>
95
96         * XPathNavigatorCommonTests.cs : added test for bug #75609
97
98 2005-02-14  Atsushi Enomoto <atsushi@ximian.com>
99
100         * XPathNavigatorTests.cs : new test code was broken.
101
102 2005-02-14  Atsushi Enomoto <atsushi@ximian.com>
103
104         * XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().
105
106 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
107
108         * XPathAtomicValueTests.cs : added.
109
110 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
111
112         * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
113
114 2004-03-24  Atsushi Enomoto <atsushi@ximian.com>
115
116         * SelectNodesTests.cs : Added test for 1) not selecting previously-
117           selected prefixes, and that 2) default namespace erasure (i.e. 
118           xmlns="") should not be selected.
119
120 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
121
122         * XPathNavigatorCommonTests.cs : Added test for splitted text.
123
124 2004-02-17  Atsushi Enomoto <atsushi@ximian.com>
125
126         * XPathNavigatorMatchesTest.cs : commonified some code blocks.
127           Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
128           MatchesPredicatedParentAxis().
129
130 2004-01-28  Atsushi Enomoto <atsushi@ximian.com>
131
132         * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
133         * XPathNavigatorTests.cs : Close XmlTextReader.
134
135 2003-12-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
136
137         * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
138
139 2003-09-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
140
141         * XPathNavigatorTests.cs : added SelectFromOrphan().
142
143 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
144
145         * Added XPathNavigatorCommonTests.cs.
146
147 2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
148
149         * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
150
151 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
152
153         * XPathNavigatorTests.cs : fixed not well-formed xml of 
154           DocumentWithXmlDeclaration().
155
156 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
157         * Tests inherits from Assertion and Assertion. prefixes removed
158
159 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
160
161         * added this file as a new entry.
162           See ../ChangeLog to find former ChangeLog entries.
163