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