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