[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Xml.Linq / Test / System.Xml.Linq / ChangeLog
1 2010-04-23  Jonathan Pobst  <monkey@jpobst.com>
2
3         * XAttributeTest.cs, XElementTest.cs: Try to standardize DST usage
4         to fix failing tests in buildbot.
5
6 2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * XNodeNavigatorTest.cs : added test for bug #594877. Enable and fix
9           tests that were commented out.
10
11 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * XElementTest.cs : added test for bug #592435.
14
15 2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * XElementTest.cs, XAttributeTest.cs : add corner case value conversion
18           for numeric and TimeSpan values. Patch by Tiaan Geldenhuys.
19
20 2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * XElementTest.cs, XAttributeTest.cs : add another set of extensive
23           tests by Tiaan Geldenhuys.
24
25 2010-01-12  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * XElementTest.cs : add extensive tests by Tiaan Geldenhuys, with
28           one sort of comment-out as stated in r149388.
29
30 2009-11-17  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * XElementTest.cs : added test for bug #541098.
33
34 2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * XDocumentTest.cs : added test for bug #496285.
37
38 2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * XNodeReaderTest.cs : Updated test to match the latest linq2xml
41           and added test for LookupNamespace().
42
43 2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * XObjectTest.cs : added test for #527887.
46
47 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * XNodeReaderTest.cs : test Prefix on default namespace.
50
51 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XNodeReaderTest.cs : test member behaviors at EOF state.
54
55 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * XNodeReaderTest.cs : on attributes IsEmptyElement is false.
58
59 2009-05-07  Jb Evain  <jbevain@novell.com>
60
61         * XElementTest.cs: add test for bug #501589.
62
63 2009-02-23  Jb Evain  <jbevain@novell.com>
64
65         * XAttributeTest.cs: add test for XAttribute holding DateTimes.
66
67 2009-01-20  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * XElementTest.cs : added test for bug #466423.
70
71 2008-06-12  Nestor Salceda  <nestor.salceda@gmail.com>
72
73         * XTextTest.cs: added test for bug #401325.
74         
75 2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * XElementTest.cs : added test for bug #392063 and some variants.
78
79 2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XElementTest.cs, XDocumentTest.cs : fixed tests; do now allow
82           XDeclaration addition to XElement, while allow it being added
83           to XDocument.
84           Added test for AddAfterSelf() for concatenating string arguments.
85
86 2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * XElement.cs : added AddAfterSelfCollection().
89
90 2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
91
92         * XDocumentTest.cs, XElementTest.cs :
93           Added couple of tests for Add() and AddBeforeSelf().
94
95 2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * XStreamingElementTest.cs : new test.
98
99 2008-04-30  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * XNodeReaderTest.cs : added CreateReader3().
102
103 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * XElementTest.cs : added test for Value (bug #360858).
106
107 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * XNodeDocumentOrderComparerTest.cs : added another test for
110           descendant/ancestor comparison.
111         * ExtensionsTest.cs : test InDocumentOrder<T>().
112
113 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
114
115         * XNamespaceTest.cs : test Get() and GetName().
116
117 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
118
119         * XNodeNavigatorTest.cs : test MoveToId() (NotSupportedException,
120           cannot be enabled yet).
121
122 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * XObjectTest.cs : new. Test IXmlLineInfo.
125
126 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * XNodeNavigatorTest.cs : new test (but it does not build yet).
129
130 2008-02-10  Atsushi Enomoto  <atsushi@ximian.com>
131
132         * ExtensionsTest.cs : disabled Remove() which does not compile now.
133         * XNodeWriterTest.cs : added test for Write[Full]EndElement() and
134           XElement.IsEmpty.
135
136 2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>
137
138         * XNodeReaderTest.cs : test for bug #356522, the third case.
139
140 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
141
142         * XNodeReaderTest.cs : test get_NodeType() for Initial state.
143
144 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
145
146         * XNodeReaderTest.cs : test CreateReader() for non-document XNode.
147
148 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
149
150         * XNodeReaderTest.cs : test for bug #356522 revised case.
151
152 2008-01-28  Atsushi Enomoto  <atsushi@ximian.com>
153
154         * XNodeReaderTest.cs : test for bug #356522.
155
156 2008-01-26  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * XNodeReaderTest.cs : test for bug #335975.
159
160 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * XTextTest.cs : added test for ToString().
163
164 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
165
166         * XElementTest.cs, XNamespaceTest.cs, XNodeWriterTest.cs:
167           XNamespace.Blank does not exist anymore.
168
169 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
170
171         * XNodeReaderTest.cs : removed debug console output.
172         * XNodeWriterTest.cs : new test for XContainer.CreateWriter().
173
174 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
175
176         * XProcessingInstructionTest.cs
177           XNodeReaderTest.cs : new tests.
178
179 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
180
181         * XElementTest.cs :
182           test for ReplaceAttributes(), GetDefaultNamespace(), 
183           GetPrefixOfNamespace() and GetNamespaceOfPrefix().
184
185 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
186
187         * XNodeDocumentOrderComparerTest.cs : new test.
188
189 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
190
191         * XTextTest.cs : test for NodeType (and whitespace),
192         * XNodeEqualityComparerTest.cs : test for GetHashCode(null) and
193           Compare().
194
195 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
196
197         * XElementTest.cs : Tests for ReplaceAll() and AddBeforeSelf() for
198           sequential strings.
199
200 2007-05-04  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * XElementTest.cs : added tests for Add[Before|After]Self().
203         * XAttributeTest.cs :
204           added tests for SetValue(), ToString() and ctor.
205         * ExtensionsTest.cs : new file, tests for extension methods.
206
207 2007-05-04  Atsushi Enomoto  <atsushi@ximian.com>
208
209         * XAttributeTest.cs : new test, for XAttribute.
210         * XElementTest.cs : attribute related tests.
211
212 2007-05-03  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * XElementTest.cs : new test.
215         * XNamespaceTest.cs
216           XDocumentTest.cs : some tests for simple tree structure.
217
218 2007-05-03  Atsushi Enomoto  <atsushi@ximian.com>
219
220         * XDocumentTest.cs
221           XNameTest.cs
222           XNamespaceTest.cs : initial commit.