Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Xml.XPath « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f607d14569baad98642f50cb5ba74a2f28129508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests that passes empty
	  string to editor methods. Added tests for ReplaceSelf().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for PrependChild().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs :
	  Added more tests for InsertAfter() and InsertBefore().
	  Added tests for DeleteRange() and ReplaceRange().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for InsertAfter and
	  InsertBefore.

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : new file for testing all editor
	  functionality in XPathNavigator.

2005-12-12  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added tests for ValueAsXxx properties.

2005-10-23  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
	  XPathNavigatorEvaluateTests.cs :
	  Added assertion labels. Marked some tests as NotDotNet under 2.0.

2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>

	* XPathExceptionCas.cs: New. CAS unit tests for exception 
	serialization.

2005-07-23  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : added test for bug #75609

2005-02-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : new test code was broken.

2005-02-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().

2004-09-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathAtomicValueTests.cs : added.

2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : Added PropertiesOnNamespace().

2004-03-24  Atsushi Enomoto <atsushi@ximian.com>

	* SelectNodesTests.cs : Added test for 1) not selecting previously-
	  selected prefixes, and that 2) default namespace erasure (i.e. 
	  xmlns="") should not be selected.

2004-03-16  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : Added test for splitted text.

2004-02-17  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorMatchesTest.cs : commonified some code blocks.
	  Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
	  MatchesPredicatedParentAxis().

2004-01-28  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
	* XPathNavigatorTests.cs : Close XmlTextReader.

2003-12-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : Added XPathDocumentMoveToId().

2003-09-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : added SelectFromOrphan().

2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* Added XPathNavigatorCommonTests.cs.

2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().

2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : fixed not well-formed xml of 
	  DocumentWithXmlDeclaration().

2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Tests inherits from Assertion and Assertion. prefixes removed

2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added this file as a new entry.
	  See ../ChangeLog to find former ChangeLog entries.