b0495a440e233252b200db71bc6820b731809cfb
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
1 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlParserContextTests.cs : they are working. case #3 should not
4           try to parse broken internalSubset (we do not allow broken
5           intsubset and it is almost no worthy of assuring only-nominal
6           .net compat that such broken internalSubset should be allowed).
7
8 2008-01-25  Atsushi Enomoto  <atsushi@ximian.com>
9
10         * XmlReaderCommonTests.cs : added test for bug #347768.
11
12 2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
13
14         * XmlParserContextTests.cs: Added ctor tests.
15
16 2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * XmlUrlResolverTests.cs : fixed test; file://file.txt is to access
19           such a server whose (domain) name is "file.txt", which is actually
20           an absolute URI. Remove "regression" in the nunit test.
21
22 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * XsdValidatingReaderTests.cs : added test for #339934.
25
26 2007-11-09  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * XmlConvertTests.cs : added test for #339004 and more.
29
30 2007-10-31  Gert Driesen  <drieseng@users.sourceforge.net>
31
32         * XmlConvertTests.cs: Added link to MS bug report.
33
34 2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * XsdValidatingReaderTests.cs : added test for #336625.
37
38 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * XmlConvertTest.cs : added test for DateTime roundtrip.
41
42 2007-10-19  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * XmlReaderCommonTests.cs : added test for bug #334752.
45
46 2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute().
49
50 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * XmlWriterTests.cs : added test for WriteValue(object).
53         * XmlTextWriterTests.cs : added WriteQualifiedName() test with empty
54           namespace.
55
56 2007-08-13  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * XmlWriterSettingsTests.cs : added test for extraneous newline on
59           OmitXmlDeclaration mode.
60
61 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * XsdValidatingReaderTests.cs : test for bug #82010.
64
65 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
66
67         * XsdValidatingReaderTests.cs : another test posted on bug #82183.
68
69 2007-07-17  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * XsdValidatingReaderTests.cs : added test for bug #82099.
72
73 2007-07-12  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * XmlWriterTests.cs : added test for bug #82051.
76
77 2007-07-11  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * XmlReaderSettingsTests.cs : added test for bug #82062.
80
81 2007-06-30  Gert Driesen  <drieseng@users.sourceforge.net>
82
83         * XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
84         Fixed line endings.
85
86 2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * XmlDocumentFragmentTests.cs : added InnerText().
89         * XmlWriterSettingsTests.cs : replace \r\n with \n to make it pass
90           on windows.
91
92 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * XmlWriterSettingsTests.cs : added test for NewLineOnAttributes.
95
96 2007-05-26  Gert Driesen  <drieseng@users.sourceforge.net>
97
98         * XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
99         their coverage. Commented out newly introduced tests since they fail
100         on Mono. Added NotWorking Create_XmlWriter2 test.
101
102 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
103
104         * XmlWriterTests.cs: Added tests for Close that verify closing of
105         underlying stream.
106
107 2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * XsdValidatingReaderTests.cs : added test for bug #81460.
110
111 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * XmlConvertTests.cs : added test for MaxValue serialization with
114           every XmlDateTimeSerializationMode.
115
116 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
117
118         * XmlReaderCommonTests.cs : added test for bug #81451.
119
120 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * XsdValidatingReaderTests.cs : added test for bug #81360.
123
124 2007-04-03  Atsushi Enomoto  <atsushi@ximian.com>
125
126         * XmlTextReaderTests.cs : added test for bug #81294.
127
128 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * XmlReaderSettingsTests.cs : added test for bug #81000.
131
132 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * XmlReaderCommonTests.cs : added test for bug #80848.
135
136 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
137
138         * XmlReaderCommonTests.cs : added ReadElementContentAsStringEmpty().
139
140 2006-12-20  Atsushi Enomoto <atsushi@ximian.com>
141
142         * XmlNodeTests.cs : added tests for bug #80331.
143
144 2006-12-19  Atsushi Enomoto <atsushi@ximian.com>
145
146         * XmlTextReaderTests.cs : added test for bug #80308.
147
148 2006-12-12  Atsushi Enomoto <atsushi@ximian.com>
149
150         * XmlNodeTests.cs : added test for bug #80233.
151
152 2006-12-12  Atsushi Enomoto <atsushi@ximian.com>
153
154         * XmlValidatingReaderTests.cs : #if NET_2_0 was missing.
155
156 2006-12-12  Atsushi Enomoto <atsushi@ximian.com>
157
158         * XmlReaderSettingsTests.cs : added test to make sure that Create()
159           returns a validating XmlReader.
160
161 2006-12-12  Atsushi Enomoto <atsushi@ximian.com>
162
163         * XmlValidatingReaderTests.cs : added test for bug #80231.
164
165 2006-12-11  Atsushi Enomoto <atsushi@ximian.com>
166
167         * XmlDocumentTests.cs : make sure to call overriden CreateAttribute()
168           when loading from XmlReader.
169
170 2006-12-05  Atsushi Enomoto <atsushi@ximian.com>
171
172         * XmlNodeTests.cs : added another test for GetPrefixOfNamespace().
173
174 2006-11-20  Atsushi Enomoto <atsushi@ximian.com>
175
176         * XmlWriterSettingsTests.cs : added tests for relationship between
177           ConformanceLevel, OmitXmlDeclaration and WriteStartDocument().
178
179 2006-11-17  Atsushi Enomoto <atsushi@ximian.com>
180
181         * XmlReaderSettingsTests.cs : added test for bug #79224; it does not
182           load external schemas when validation mode is none.
183
184 2006-11-14  Atsushi Enomoto <atsushi@ximian.com>
185
186         * XmlReaderSettingsTests.cs : added validation event handler test
187           case.
188
189 2006-11-13  Atsushi Enomoto <atsushi@ximian.com>
190
191         * XmlReaderSettingsTests.cs : added custom resolver case for primary
192           XML stream (custom resolver is indeed used and here it should cause
193           error).
194
195 2006-11-13  Atsushi Enomoto <atsushi@ximian.com>
196
197         * XmlReaderSettingsTests.cs : added NullResolver() case.
198
199 2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
200
201         * XsdValidatingReaderTests.cs : the previous test raises different
202           exception in 2.0.
203
204 2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
205
206         * XsdValidatingReaderTests.cs : added bug #79650 case.
207
208 2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
209
210         * XmlTextReaderTests.cs : added bug #79683 case.
211
212 2006-09-26  Atsushi Enomoto <atsushi@ximian.com>
213
214         * XmlDeclarationTests.cs : added bug #79496 case.
215
216 2006-09-21  Atsushi Enomoto <atsushi@ximian.com>
217
218         * XmlDocumentTests.cs : added bug #79468 case.
219
220 2006-09-19  Atsushi Enomoto <atsushi@ximian.com>
221
222         * XmlElementTests.cs : added test for #79420.
223         * XmlAttributeTests.cs : added similar test.
224         * XmlDocumentTests.cs : fix warnings.
225
226 2006-09-04  Atsushi Enomoto <atsushi@ximian.com>
227
228         * XmlReaderCommonTests.cs : added test for bug #79268.
229
230 2006-09-01  Atsushi Enomoto <atsushi@ximian.com>
231
232         * XmlTextWriterTests.cs : added test for bug #79047
233
234 2006-08-26  Atsushi Enomoto <atsushi@ximian.com>
235
236         * XmlDocumentTests.cs : added test for bug #79163.
237
238 2006-08-14  Atsushi Enomoto <atsushi@ximian.com>
239
240         * XmlTextReaderTests.cs : added test for whitespace node value which
241           comes after a text declaration in XML external entity (i.e. .ctor()
242           with XmlNodeType.Element).
243
244 2006-08-10  Atsushi Enomoto <atsushi@ximian.com>
245
246         * XmlTextWriterTests.cs : more indentation tests.
247
248 2006-08-07  Atsushi Enomoto <atsushi@ximian.com>
249
250         * XmlTextWriterTests.cs : test for #79019.
251
252 2006-07-28  Atsushi Enomoto <atsushi@ximian.com>
253
254         * XmlTextWriterTests.cs : added test case for comments, PIs and
255           indentation.
256
257 2006-07-25  Atsushi Enomoto <atsushi@ximian.com>
258
259         * XmlConvertTest.cs :
260           Added TimeSpan conversion test for min/max values.
261
262 2006-06-26  Atsushi Enomoto <atsushi@ximian.com>
263
264         * XmlReaderCommonTests.cs : added test for bug #78706.
265
266 2006-06-08  Atsushi Enomoto <atsushi@ximian.com>
267
268         * XmlTextWriterTests.cs : added test for bug #78598.
269
270 2006-05-09  Atsushi Enomoto <atsushi@ximian.com>
271
272         * XmlAttributeTests.cs : added NonEmptyPrefixWithEmptyNS().
273
274 2006-04-21  Atsushi Enomoto <atsushi@ximian.com>
275
276         * XmlTextWriterTests.cs : test for bug #78148.
277
278 2006-04-14  Atsushi Enomoto <atsushi@ximian.com>
279
280         * XmlReaderCommonTests.cs : added test for ReadElementContentAs()
281           with argument typeof(object).
282
283 2006-04-12  Atsushi Enomoto <atsushi@ximian.com>
284
285         * XmlReaderSettingsTests.cs : 
286           Added CreateValidatorFromNonIXmlNamespaceResolver() which is
287           uncovered by NVDL validator.
288         * XmlDefaultReader.cs : new file for above.
289
290 2006-04-06  Atsushi Enomoto <atsushi@ximian.com>
291
292         * XmlReaderCommonTests.cs : added test for 
293           ReadElementContentAsString() and empty element.
294
295 2006-04-05  Atsushi Enomoto <atsushi@ximian.com>
296
297         * XmlWriterSettingsTest.cs : added tests on set_Encoding(),
298           set_NewLineChars() and OmitXmlDeclaration.
299
300 2006-03-08  Atsushi Enomoto <atsushi@ximian.com>
301
302         * XmlReaderCommonTests.cs : Added tests for ReadContentAsString() and
303           ReadElementContentAsString().
304
305 2006-02-24  Atsushi Enomoto <atsushi@ximian.com>
306
307         * XmlTextWriterTests.cs : added test for bug #77623. Also fixed
308           WriteString() test which failed to fail (Assert.Fail).
309
310 2006-02-22  Atsushi Enomoto <atsushi@ximian.com>
311
312         * XmlTextWriterTests.cs : added invalid character processing test.
313
314 2006-02-20  Atsushi Enomoto  <atsushi@ximian.com>
315
316         * XmlReaderCommonTests.cs : added custom assertion overload that takes
317           test label.
318         * XmlNodeReaderTests.cs : labeled some.
319         * XmlTextWriterTests.cs :
320           Changed the semantics of AttributeNamespacesXmlnsXmlns() and
321           removed NotDotNet (in contrast this test should fail with previous
322           version of XmlTextWriter). See the code comment for details.
323           Added WriteQualifiedNameXmlnsError().
324
325 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
326
327         * XmlTextReaderTests.cs : added WhitespaceHandling tests.
328
329 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
330
331         * XmlTextWriterTests.cs : tiny test name fix, as it does not actually
332           test WriteString().
333
334 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
335
336         * XmlTextWriterTests.cs : added test WriteRaw("") closes open tag.
337
338 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
339
340         * XmlTextWriterTests.cs : numbered some tests and added some comments.
341
342 2006-01-25  Atsushi Enomoto  <atsushi@ximian.com>
343
344         * XmlConvertTests.cs : added test for bug #77350.
345
346 2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
347
348         * XmlConvertTests.cs : added test for bug #77252.
349
350 2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>
351
352         * XsdValidatingReaderTests.cs : test from bug #77241.
353
354 2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>
355
356         * XmlTextWriterTests.cs : added some tests for XMLdecl state check.
357
358 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
359
360         * XmlTextWriterTests.cs : Split AutoCreatePrefixes() and marked as
361           Ignore rather than NotWorking. Also it is not for bug #77086 and
362           #77077 (they were fixed). See bug #77088.
363
364 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
365
366         * XmlTextWriterTests.cs : re-enabled WriteNmToken_InvalidChars().
367
368 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
369
370         * XmlTextWriterTests.cs : re-enabled bug #77094 related tests.
371
372 2006-01-06  Atsushi Enomoto  <atsushi@ximian.com>
373
374         * XmlWriterTests.cs : added tests for WriteNode(XPathNavigator, bool)
375           as well as XPathNavigator.WriteSubtree(XmlWriter).
376
377 2006-01-06  Atsushi Enomoto  <atsushi@ximian.com>
378
379         * XsdValidatingReaderTests.cs : test for ReadTypeValue() that it
380           does not ignore whitespace nodes, and it does not normalize string
381           incorrectly.
382
383 2006-01-06  Atsushi Enomoto  <atsushi@ximian.com>
384
385         * XsdValidatingReaderTests.cs : test for ReadTypeValue() with simple
386           type restriction.
387
388 2006-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
389
390         * XmlElementTests.cs: Improved tests for setting prefix to null
391         or zero-length string. On 2.0 profile, setting prefix to null should
392         not result in ArgumentNullException.
393         * XmlTextWriterTests.cs: Enabled WriteNmToken tests and 
394         WriteWhitespace tests for null or zero-length value.
395
396 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
397
398         * XmlTextWriterTests.cs : removed silly part from
399           WriteStartElement_XmlPrefix (). We are not reproducing MS bugs.
400           (kept remaining part of this test; see if it makes sense after
401           bug #77094 got fixed).
402
403 2005-12-29  Gert Driesen <drieseng@users.sourceforge.net>
404
405         * XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace
406         with null or zero-length value (await approval for XmlTextWriter
407         change from Atsushi).
408
409 2005-12-27  Gert Driesen <drieseng@users.sourceforge.net>
410
411         * XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
412         with null or zero-length value (await approval for XmlTextWriter
413         change from Atsushi).
414
415 2005-12-27  Gert Driesen <drieseng@users.sourceforge.net>
416
417         * XmlTextWriterTests.cs: Added tests for WriteWhitespace and
418         WriteNmToken.
419
420 2005-12-27  Gert Driesen <drieseng@users.sourceforge.net>
421
422         * NameTableTests.cs: Added additional tests for Add and Get methods.
423
424 2005-12-27  Gert Driesen <drieseng@users.sourceforge.net>
425
426         * XmlTextWriterTests.cs: Allow all tests to pass on .NET 1.1.
427
428 2005-12-26  Atsushi Enomoto <atsushi@ximian.com>
429
430         * XmlTextWriterTests.cs : enabled
431           WriteStartElement_Prefix_EmptyNamespace() and
432           NamespacesPrefixWithEmptyAndNullNamespaceEmpty().
433
434 2005-12-26  Atsushi Enomoto <atsushi@ximian.com>
435
436         * XmlElementTests.cs : Patch by Vorobiev Maksim.
437           - setting null to Prefix should raise ArgumentNullException.
438           - setting String.Empty to Prefix should be allowed.
439
440 2005-12-26  Atsushi Enomoto <atsushi@ximian.com>
441
442         * XsdValidatingReaderTests.cs : test for multi URLs in
443           schemaLocation. Test by Vorobiev Maskim.
444
445 2005-12-26  Gert Driesen <drieseng@users.sourceforge.net>
446
447         * XmlElementTests.cs: Fixed line endings.
448
449 2005-12-26  Gert Driesen <drieseng@users.sourceforge.net>
450
451         * XmlTextWriterTests.cs: Renamed tests to avoid ambiguity, and
452         renumbered some tests. Added tests for WriteStartElement and
453         WriteElementString for zero-length and null local names.
454         Added tests bugs #77093, #77094 and #77095.
455
456 2005-12-26  Gert Driesen <drieseng@users.sourceforge.net>
457
458         * XmlNamespaceManagerTests.cs: Added tests for xml prefix.
459
460 2005-12-23  Atsushi Enomoto <atsushi@ximian.com>
461
462         * XmlTextWriterTests.cs : XmlSpace_Valid() is working now.
463
464 2005-12-23  Atsushi Enomoto <atsushi@ximian.com>
465
466         * XmlTextWriterTests.cs : XmlNs_Valid2() is working now.
467
468 2005-12-23  Gert Driesen <drieseng@users.sourceforge.net>
469
470         * XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
471         test. Added bug numbers to test cases.
472
473 2005-12-23  Gert Driesen <drieseng@users.sourceforge.net>
474
475         * XmlTextWriterTests.cs: Improved coverage of xml prefix tests.
476
477 2005-12-16  Gert Driesen <drieseng@users.sourceforge.net>
478
479         * XmlTextWriterTests.cs: Fixed some tests that caught exception to
480         become useful. Added few tests that fail on Mono.
481
482 2005-12-16  Gert Driesen <drieseng@users.sourceforge.net>
483
484         * XmlTextWriterTests.cs: No longer derive from deprecated Assertion
485         class. Added WriteDocType tests.
486         * XmlWriterTests.cs: No longer derive from deprecated Assertion class.
487
488 2005-12-15  Konstantin Triger <kostat@mainsoft.com>
489
490         * XmlTextWriterTests.cs: added WriteCDataNull test.
491
492 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
493
494         * XmlDocumentTests.cs : (CreateNodeNodeTypeName) the previous fix was 
495           wrong; ArgumentException is the expected exception (it anyways won't
496           work under MS.NET 2.0).
497         * XmlNodeTests.cs : added labels to assertions. another NotDotNet case.
498         * XmlAttributeTests.cs : ditto.
499
500 2005-12-14  Atsushi Enomoto <atsushi@ximian.com>
501
502         * XmlDocumentTests.cs, XmlAttributeCollectionTests.cs
503           XmlElementTests.cs, XmlCharacterDataTests.cs :
504           Marked NotDotNet for some tests broken under 2.0 (MS bugs).
505           Marked Ignore for some tests which originally does not make sense.
506           Changed types in ExpectedException for some tests under 2.0.
507
508 2005-12-12  Atsushi Enomoto <atsushi@ximian.com>
509
510         * XmlAssert.cs : new file.
511
512 2005-12-12  Atsushi Enomoto <atsushi@ximian.com>
513
514         * XmlReaderCommonTests.cs : enabled MoveToNextSibling() tests.
515
516 2005-12-12  Atsushi Enomoto <atsushi@ximian.com>
517
518         * XmlReaderCommonTests.cs : added several tests for 2.0 methods.
519
520 2005-12-09  Atsushi Enomoto <atsushi@ximian.com>
521
522         * XmlTextReaderTests.cs : added test for Encoding property.
523
524 2005-12-09  Atsushi Enomoto <atsushi@ximian.com>
525
526         * XmlReaderCommonTests.cs : added tests for ReadToDescendant() and
527           ReadToFollowing().
528
529 2005-12-09  Atsushi Enomoto <atsushi@ximian.com>
530
531         * XmlReaderSettingsTests.cs : added some ConformanceLevel tests.
532           Added CreateClonesSettings() to make sure XmlReader.Create() clones
533           XmlReaderSettings.
534
535 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
536
537         * XmlReaderSettingsTests.cs : (DefaultValue)
538           Added assertion label everywhere.
539         * XmlWriterTests.cs : WriteNodeError is broken under MS.NET 2.0 (it
540           should cause an error).
541
542 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
543
544         * XmlReaderSettingsTests.cs : SetSchemas() should not cause an error.
545           Added SetSchemasNull() as well.
546         * XmlUrlResolverTests.cs : (ResolveUriWithNullArgs)
547           expect ArgumentNullException instead of ArgumentException.
548           This is a fix in .NET 2.0.
549
550 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
551
552         * XsdParticleValidationTests.cs : ValidateRootElementOnlyInvalid()
553           does not throw validation exception under MS 2.0, this NotDotNet.
554
555 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
556
557         * XmlReaderCommonTests.cs : use ProhibitDtd=false in CreateSimple()
558           and added CreateSimpleProhibitDtd().
559
560 2005-11-09  Atsushi Enomoto <atsushi@ximian.com>
561
562         * XmlWriterSettingsTests.cs : NormalizeNewLines does not exist anymore
563
564 2005-11-09  Atsushi Enomoto <atsushi@ximian.com>
565
566         * XmlConvertTests.cs : tests for ToUInt16/32/64() and VerifyTOKEN().
567
568 2005-11-09  Atsushi Enomoto <atsushi@ximian.com>
569
570         * XmlConvertTests.cs : some tests for ToInt64(), ToSByte(),
571
572 2005-11-09  Atsushi Enomoto <atsushi@ximian.com>
573
574         * XmlConvertTests.cs : some tests for ToInt16(), ToInt32(),
575           VerifyName() and VerifyNCName().
576
577 2005-11-07  Atsushi Enomoto <atsushi@ximian.com>
578
579         * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags is updated.
580
581 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
582
583         * XmlNamespaceManagerTests.cs :
584           well, hence GetNamespacesInScope() is NotDotNet.
585
586 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
587
588         * XmlNamespaceManagerTests.cs : GetNamespacesInScope() - Added test 
589            labels. Fixed counts; they count default namespaces. MS seems to
590            have a bug on declaration removal (xmlns='') on .Local.
591         * XmlNodeReaderTests.cs : in .NET 2.0 undeclared entity are not
592           allowed at all, so disabled tests that depends on such references.
593
594 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
595
596         * XmlTextWriterTests.cs : split some tests that try to write nodes
597           at error state (.NET 2.0 correctly rejects them).
598
599 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
600
601         * XmlTextReaderTests.cs, XmlValidatingReaderTests.cs,
602           XmlReaderCommonTests.cs : added and fixed tests to make sure that
603           LookupNamespace("") returns null for default namespace, and checks
604           that empty namespace URI is not allowed for non-empty prefix.
605
606 2005-10-04  Atsushi Enomoto <atsushi@ximian.com>
607
608         * XmlConvertTests.cs : added test for bug #76328.
609
610 2005-10-01  Atsushi Enomoto <atsushi@ximian.com>
611
612         * XmlWriterSettingsTests.cs : test for NormalizeNewLines.
613
614 2005-10-01  Atsushi Enomoto <atsushi@ximian.com>
615
616         * XmlAttributeTests.cs : test for bug #76311.
617
618 2005-10-01  Atsushi Enomoto <atsushi@ximian.com>
619
620         * XmlReaderCommonTests.cs : added simple Create() test.
621
622 2005-09-28  Atsushi Enomoto <atsushi@ximian.com>
623
624         * XmlNodeReaderTests.cs : added test for bug #76260.
625
626 2005-09-27  Atsushi Enomoto <atsushi@ximian.com>
627
628         * XmlTextReaderTests.cs : added test for bug #76247.
629
630 2005-09-26  Atsushi Enomoto <atsushi@ximian.com>
631
632         * XmlValidatingReaderTests.cs : added test for bug #76234.
633
634 2005-09-25  Atsushi Enomoto <atsushi@ximian.com>
635
636         * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags NET_2_0 update.
637
638 2005-09-21  Atsushi Enomoto <atsushi@ximian.com>
639
640         * XmlWriterSettingsTests.cs : removed NormalizeNewLines.
641
642 2005-09-21  Atsushi Enomoto <atsushi@ximian.com>
643
644         * XmlReaderSettingsTests.cs : updated NET_2_0 related tests.
645         * NameTableTests.cs : numbered testcases. fixed argument order.
646
647 2005-09-14  Atsushi Enomoto <atsushi@ximian.com>
648
649         * XmlTextReaderTests.cs : added #76102 testcase.
650
651 2005-09-14  Atsushi Enomoto <atsushi@ximian.com>
652
653         * XmlTextWriterTests.cs : added #76095 testcase.
654
655 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
656
657         * XmlSecureResolverTests.cs: Added more test cases for CreateEvidence.
658         * XmlSecureResolverCas.cs: New. CAS unit tests for XmlSecureResolver.
659         * XmlExceptionCas.cs: New. CAS unit tests for exception serialization.
660
661 2005-08-04  Atsushi Enomoto <atsushi@ximian.com>
662
663         * XmlAttributeTests.cs : Test if set_Value() works in such cases that
664           there was only one child in attribute and it was an entity reference.
665
666 2005-07-28  Atsushi Enomoto <atsushi@ximian.com>
667
668         * XsdValidatingReaderTests.cs : added test case for duplicating
669           assignment of both Schemas.Add() and xsi:schemaLocation where
670           schemaLocation could not be resolved.
671
672 2005-07-14  Atsushi Enomoto <atsushi@ximian.com>
673
674         * XmlTextWriterTests.cs : added bug #75546 testcase.
675
676 2005-06-29  Atsushi Enomoto <atsushi@ximian.com>
677
678         * XmlConvertTests.cs : added timespan milliseconds testcase.
679
680 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
681
682         * XmlTextReaderTests.cs : added a testcase for not-wf entity 
683           declaration which is actually not used in the instance.
684
685 2005-06-23  Atsushi Enomoto <atsushi@ximian.com>
686
687         * XsdParticleValidationTests.cs : XmlSchemaException -> 
688           XmlSchemaValidationException under 2.0 profile.
689
690 2005-06-17  Atsushi Enomoto <atsushi@ximian.com>
691
692         * XmlValidatingReaderTests.cs : added attribute namespace check in
693           DefaultXmlnsAttributeLookup() as well.
694
695 2005-06-17  Atsushi Enomoto <atsushi@ximian.com>
696
697         * XmlValidatingReaderTests.cs : added DefaultXmlnsAttributeLookup().
698
699 2005-05-31  Atsushi Enomoto <atsushi@ximian.com>
700
701         * XmlValidatingReaderTests.cs : let's test external DTD as well.
702
703 2005-05-31  Atsushi Enomoto <atsushi@ximian.com>
704
705         * XmlValidatingReaderTests.cs : added ResolveEntityAndBaseURI() which
706           is imported from sys.security.
707
708 2005-05-25  Andrew Skiba  <andrews@mainsoft.com>
709
710         * W3C : directory added
711
712 2005-05-10  Atsushi Enomoto <atsushi@ximian.com>
713
714         * XmlValidatingReaderTests.cs : fixed TestPreserveEntityNotOnDotNet()
715           which was regarded as a bug while it was by design.
716
717 2005-05-05  Atsushi Enomoto <atsushi@ximian.com>
718
719         * XmlNamespaceManagerTests.cs : removed more atomizedName tests.
720
721 2005-05-05  Atsushi Enomoto <atsushi@ximian.com>
722
723         * XmlNamespaceManagerTests.cs : removed atomizedName related tests.
724
725 2005-03-25  Atsushi Enomoto <atsushi@ximian.com>
726
727         * XmlTextWriterTests.cs : added more test case for xml:space.
728
729 2005-03-24  Atsushi Enomoto <atsushi@ximian.com>
730
731         * XmlTextWriterTests.cs : added more tests on WriteQualifiedName().
732
733 2005-03-15  Atsushi Enomoto <atsushi@ximian.com>
734
735         * XmlValidatingReaderTests.cs : Added test for sequential text nodes
736           which affects on ExpandEntities.
737
738 2005-03-09  Atsushi Enomoto <atsushi@ximian.com>
739
740         * XmlTextReaderTests.cs : added SurrogatePair() based on bug #73513.
741
742 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
743
744         * XmlDocumentTests.cs : Added ReadNodeEntityReferenceFillsChildren.
745           Test case by Konstantin Triger.
746
747 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
748
749         * XmlValidatingReaderTests.cs : added ResolveEntityReadAttributeValue()
750
751 2005-03-03  Atsushi Enomoto <atsushi@ximian.com>
752
753         * XmlTextWriterTests.cs : added testcase for duplicating namespace 
754           mapping processing (should create another prefix, not exception).
755
756 2005-03-02  Atsushi Enomoto <atsushi@ximian.com>
757
758         * XmlTextWriterTests.cs : Added test for LookupPrefix() for
759           overriden prefix.
760
761 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
762
763         * XmlNodeTests.cs : added Clone() of readonly node returns a node
764           that is not readonly.
765
766 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
767
768         * XmlAttributeTests.cs : added nonNCName Prefix case.
769
770 2005-02-24  Atsushi Enomoto <atsushi@ximian.com>
771
772         * XmlTextWriterTests.cs : Test for call to WriteRaw() -> WriteString()
773
774 2005-02-16  Atsushi Enomoto <atsushi@ximian.com>
775
776         * XmlConvertTests.cs : added some null/empty string cases for
777           EncodeName()/EncodeLocalName()/EncodeNmToken().
778
779 2005-02-15  Atsushi Enomoto <atsushi@ximian.com>
780
781         * XmlElementTests.cs : assertion numbering on 
782           RemoveDoesNotRemoveDefaultAttributes().
783
784 2005-01-26  Nick Drochak  <ndrochak@ieee.org>
785
786         * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
787         test method and ignore it on .NET.
788
789 2005-01-17  Atsushi Enomoto <atsushi@ximian.com>
790
791         * XmlReaderSettingsTests.cs : added some .ctor() tests.
792
793 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
794
795         * XmlReaderCommonTests.cs : added labels for tests.
796           Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
797           no consistent reference implementation to follow.
798
799 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
800
801         * XmlValidatingReaderTests.cs,
802           XmlReaderCommonTests.cs,
803           XmlTextWriterTests.cs,
804           XmlUrlResolverTests.cs :
805           Marked as NotDotNet for those tests that fails under MS.NET.
806           Commented out some XmlTextWriter implementation-dependent assertions.
807           Fixed ResolveUriWithNullArgs () expected return type.
808
809 2005-01-11  Atsushi Enomoto <atsushi@ximian.com>
810
811         * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
812
813 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
814
815         * XmlReaderCommonTests.cs :
816           Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
817
818 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
819
820         * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
821           that is buggy on attribute value's Prefix and NamespaceURI.
822
823 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
824
825         * XmlWriterTests.cs: Fix build warnings.
826         * XmlReaderCommonTests.cs: Make tests pass on Fx1.1.  XmlNodeReader
827         has different default attributes it seems.
828
829 2004-12-15  Raja R Harinath  <rharinath@novell.com>
830
831         * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
832         XsdValidate references to use ValidationType.
833
834 2004-12-08  Atsushi Enomoto <atsushi@ximian.com>
835
836         * XmlReaderSettingsTests.cs : updated some boolean flags to 
837           XmlSchemaValidationFlags.
838
839 2004-11-22  Atsushi Enomoto <atsushi@ximian.com>
840
841         * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
842
843 2004-11-14  Atsushi Enomoto <atsushi@ximian.com>
844
845         * XmlWriterTests.cs : Added test for WriteAttributes().
846
847 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
848
849         * XmlNodeReaderTests.cs : numbered some of asserts.
850
851 2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
852
853         * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
854         * XmlValidatingReaderTests.cs : modified tests for entity handling
855           that are changed in 2.0.
856
857 2004-10-29  Atsushi Enomoto <atsushi@ximian.com>
858
859         * XmlReaderCommonTests.cs : ReadAsObject() is removed.
860         * XmlTextWriterTests.cs : added CloseTwice().
861         * XmlNodeTests.cs : added labels.
862
863 2004-09-08  Atsushi Enomoto <atsushi@ximian.com>
864
865         * XmlWriterSettingsTests.cs : added.
866
867 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
868
869         * XmlReaderCommonTests.cs : Added tests for ReadAsObject().
870
871 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
872
873         * XmlNamespaceManagerTests.cs : Added test for duplicate addition,
874           atomization, complex RemoveNamespace() and GetNamespacesInScope().
875
876 2004-09-07  Atsushi Enomoto <atsushi@ximian.com>
877
878         * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests
879         * XmlTextReaderTests.cs : added normalization and Setting sests.
880
881 2004-09-06  Atsushi Enomoto <atsushi@ximian.com>
882
883         * XmlElementTests.cs : added another set_InnerXml test.
884         * XmlNodeTests.cs : added BaseURI test.
885         * XmlTextReaderTests.cs : added tests for Normalization, EOF,
886           LineNumber, LinePosition (all reported ones).
887         * XsdValidatingReaderTests.cs : more descriptions.
888
889 2004-09-06  Atsushi Enomoto <atsushi@ximian.com>
890
891         * XmlTextReaderTests.cs : added ProhibitDtd().
892         * XmlWriterTests.cs : added WriteNodeError().
893
894 2004-06-21  Atsushi Enomoto <atsushi@ximian.com>
895
896         * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess.
897           It requires CAS.
898
899 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
900
901         * XmlSecureResolverTests.cs : [TestFixture] was missing.
902
903 2004-06-14  Atsushi Enomoto <atsushi@ximian.com>
904
905         * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity.
906
907 2004-06-14  Atsushi Enomoto <atsushi@ximian.com>
908
909         * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file
910           URI file:///usr/local/src as correct file path. MS.NET is not aware
911           of such format and parses as "host = usr, path = /local/src".
912
913 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
914
915         * XmlTextWriterTests.cs : Added indentation testcase (it might now
916           work due to CompareInfo.IndexOf() bug).
917
918 2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
919
920         * XmlTextReaderTests.cs : added some namespace check tests.
921
922 2004-05-27  Atsushi Enomoto <atsushi@ximian.com>
923
924         * XmlTextReaderTests.cs : added test for bug #59142.
925         * XmlTextWriterTests.cs : added test for bug #59154.
926         * XmlDocumentTests.cs : added test for bug #59155.
927
928 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
929
930         * XmlNodeTests.cs : added Normalize2().
931
932 2004-05-13  Atsushi Enomoto <atsushi@ximian.com>
933
934         * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
935           kind of thing that should be supported.
936         * XmlValidatingReaderTests.cs : commented a bit.
937
938 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
939
940         * XmlConvertTests.cs : Commented out locale-dependent tests.
941         * XmlDocumentTests.cs : Uncommented now-testable lines.
942           Commented out that should not be allowed, such as non-XML-name node.
943
944 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
945
946         * XmlDeclarationTests.cs : More InnerText tests.
947
948 2004-04-20  Atsushi Enomoto <atsushi@ximian.com>
949
950         * XmlCharacterDataTests.cs : Added more tests for Substring().
951         * XmlConvertTests.cs : Commented out locale-dependent tests.
952         * XmlDocumentTests.cs : Added LoadEntityReference().
953
954 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
955
956         * Added nist_dom tests from Mainsoft hackers.
957         * Added XmlSecureResolverTests.cs.
958
959 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
960
961         * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes
962           should be written regardless of document.PreserveWhitespace.)
963
964 2004-03-15  Atsushi Enomoto <atsushi@ximian.com>
965
966         * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on
967           EndElement.
968
969 2004-03-14  Atsushi Enomoto <atsushi@ximian.com>
970
971         * XmlAttributeCollectionTests.cs : Added InsertAfterError().
972         * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented].
973
974 2004-03-04  Atsushi Enomoto <atsushi@ximian.com>
975
976         * XmlDocumentTests.cs : added Implementation().
977
978 2004-02-17  Atsushi Enomoto <atsushi@ximian.com>
979
980         * XmlEntityTests.cs, XmlDocumentEventTests.cs : added.
981
982 2004-02-05  Atsushi Enomoto <atsushi@ximian.com>
983
984         * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and
985           ReadNodeWhitespace().
986         * XmlElementTests.cs : Added SetAttributeNodeError().
987
988 2004-02-04  Atsushi Enomoto <atsushi@ximian.com>
989
990         * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to
991           DescendantsRecursively and added more test lines.
992           Added ChildNodes().
993         * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However
994           it is ignored (since XmlNodeReader behaves differently, maybe bug).
995
996 2004-02-03  Atsushi Enomoto <atsushi@ximian.com>
997
998         * XmlReaderCommonTests.cs : Added SurrogatePairContent().
999         * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse().
1000         * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively().
1001
1002 2004-01-28  Atsushi Enomoto <atsushi@ximian.com>
1003
1004         * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset().
1005         * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document
1006           element, removed extraneous test switch for InsertBefore().
1007         * XsdParticleValidationTests.cs,
1008           XsdValidatingReaderTests.cs : These test class names are too
1009           ambiguous so just renamed them. (No bug reports are found on them,
1010           but should be warned in the meantime.)
1011
1012 2004-01-23  Atsushi Enomoto <atsushi@ximian.com>
1013
1014         * XmlElementTests.cs : Added SetAttributeXmlns.
1015         * XmlTextWriterTests.cs : Added several xmlns-related tests.
1016
1017 2004-01-22  Atsushi Enomoto <atsushi@ximian.com>
1018
1019         * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration.
1020
1021 2004-01-20  Atsushi Enomoto <atsushi@ximian.com>
1022
1023         * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren.
1024         * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration.
1025
1026 2004-01-14  Atsushi Enomoto <atsushi@ximian.com>
1027
1028         * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
1029         * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
1030           XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
1031           Close or avoid XmlTextReader.
1032
1033 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
1034
1035         * XmlAttributeCollectionTests.cs :
1036           added InsertAfterReplacesInCorrectOrder().
1037         * XmlUrlResolverTests.cs : fixed file path.
1038         * XmlTextReaderTests.cs : fixed file path.
1039         * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape().
1040
1041 2003-12-21  Atsushi Enomoto <atsushi@ximian.com>
1042
1043         * XmlDocumentTests.cs, XmlElementTests.cs :
1044           Added GetElementsByTagNameNs2().
1045
1046 2003-12-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1047
1048         * XmlDeclarationTests.cs : Added InvalidInnerText().
1049         * XmlDocumentTests.cs : CRLF fix (to LF)
1050         * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
1051         * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
1052
1053 2003-11-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1054
1055         * XmlWriterTests.cs : Added WriteNodeFullDocument() with 
1056           encoding specification. Added WriteNodeNonEmptyElement().
1057         * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
1058           and GetEntityWithRelativeFileUri().
1059         * XmlTextWriterTests.cs : Added some namespace related tests.
1060         * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
1061         * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
1062           nodes.
1063         * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
1064         * XmlDeclarationTests.cs : Added InvalidInnerText().
1065         * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
1066
1067 2003-10-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1068
1069         * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
1070
1071 2003-10-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1072
1073         * XmlElementTests.cs : Added more tests on 
1074           RemoveDoesNotRemoveDefaultAttributes().
1075         * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
1076           GetNamespaceOfPrefixNullArg().
1077         * XmlWriterTests.cs : Added WriteNodeNone().
1078
1079 2003-10-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1080
1081         * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
1082           methods.
1083         * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
1084           and added GetEntityWithNullArgs() (though it is uncommented).
1085         * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
1086           testing phase.
1087
1088 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1089
1090         * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
1091
1092 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1093
1094         * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
1095           Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
1096           which is rather buggy than their XmlNodeReader.
1097         * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
1098           and trivial messagefix.
1099
1100 2003-09-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1101
1102         * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
1103
1104 2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1105
1106         * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
1107           EmptyStringHasTextNode().
1108         * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
1109         * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
1110           ReadAttributeValue().
1111         * XmlTextReaderTests.cs :
1112           Added NotAllowedCharRef() and ExpandParameterEntity().
1113           Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
1114           and UndeclaredEntityInStandaloneXml().
1115         * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution() 
1116           refactory.
1117         * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
1118
1119 2003-08-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1120
1121         * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
1122           should be ExpandCharEntities.
1123         * XmlValidatingReaderTests.cs : added ResolveEntity(),
1124           ResolveEntity2() and ResolveEntityWithoutDTD().
1125
1126 2003-07-31  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1127
1128         * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
1129           CreateEntityReferencesWithoutDTD().
1130         * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
1131           ResolveEntityWithoutDTD().
1132
1133 2003-07-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1134
1135         * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
1136         * XmlElementTests.cs : added WriteToDefaultAttribute() test.
1137         * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
1138         * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
1139         * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
1140           entity reference inside text content (and it now fails).
1141
1142 2003-07-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1143
1144         * XmlAttributeTests.cs : added IdentityConstraints().
1145         * XmlDocumentTests.cs : added DocumentTypeNodes().
1146         * XmlNodeTests.cs : added InnerText().
1147         * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
1148           testing reader. Added IndexerAndAttributes().
1149         * XmlValidatingReader.cs : modified TestAttributes() to have
1150           ReadAttributeValue() tests. Added TestIdentityConstraints()
1151
1152 2003-07-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1153
1154         * XmlConvertTests.cs,
1155           XmlNodeTests.cs,
1156           XmlTextWriterTests.cs : removed some compilation warning.
1157         * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
1158           incorrect commit.
1159         * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
1160           and changed PrepareXmlReader() as returning validating reader.
1161           Added indexer (this[]) property check and ValidationType.None check
1162           to TestAttributeDefaultContribution().
1163           Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
1164
1165 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1166
1167         * XmlValidatingReaderTests.cs : added TestValidationEvent() and
1168           some code refactory.
1169
1170 2003-07-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1171
1172         * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
1173           TestAttributeDefaultContribution().
1174
1175 2003-07-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1176
1177         * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct 
1178           ReadState check.
1179         * ChangeLog was incorrectly added about above stuff.
1180         * XmlTextReaderTests.cs : added some reader's state check tests and
1181           ReadAsElementContent and ReadAsAttributeContent.
1182         * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
1183
1184 2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1185
1186         * added XmlValidatingReaderTests.cs.
1187
1188 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
1189
1190         * XmlTextWriterTests.cs: Made use of ExpectedException
1191
1192 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
1193
1194         * Made tests which expect an exception use the
1195           ExpectedException Attribute.
1196
1197 2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1198
1199         * added XmlUrlResolverTests.cs.
1200
1201 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1202
1203         * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
1204         * XmlTextReaderTests.cs : added ExternalDocument() which will result
1205           in BaseURI test and DTD parameter entity test.
1206
1207 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1208
1209         * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
1210           EmptyElementWithAttributes() and was added namespaced attribute tests.
1211         * XmlTextWriterTests.cs : added WriteWhitespace().
1212
1213 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
1214
1215         * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
1216         CreateAttribute.
1217
1218 2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1219
1220         * XmlConvertTests.cs : added VerifyNCName().
1221
1222 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1223
1224         * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and 
1225           WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
1226           added more tests to AttributeWriteAttributeString().
1227         * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
1228
1229 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1230
1231         * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
1232         * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
1233           and not well-formed xml of OuterXmlWithDefaultXmlns().
1234         * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
1235           WriteToWithDefaultNamespace().
1236         * XmlNodeReaderTests.cs : fixed incorrect result expectation of 
1237           ReadInnerXmlWrongInit().
1238         * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
1239         * XmlReaderCommonTests.cs, 
1240           XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
1241           InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
1242           to resolve these entity references.
1243         * XmlTextWriterTests.cs : removed English-dependent error message check.
1244           fixed incorrect state-check ignorant blocks of WriteAttributes ().
1245         * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
1246           XmlDecl() as MS.NET results in.
1247
1248 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
1249
1250         * Tests inherits from Assertion and Assertion. prefixes removed
1251
1252 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1253
1254         * added XmlConvertTests.cs.
1255
1256 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1257
1258         * XmlAttributeTests.cs : added WriteTo.
1259         * XmlReaderCommonTests.cs,
1260           XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
1261           Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
1262           and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
1263           they requires IsEmptyElement = false, which is always true for
1264           XmlNodeReader).
1265
1266 2003-04-27  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1267
1268         * XmlReaderCommonTests.cs,
1269           XmlTextReaderTests.cs : Moved many tests to CommonTests.
1270
1271 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1272
1273         * XmlWriterTests.cs : added some WriteNode() related testcases.
1274
1275 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1276
1277         * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
1278         * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
1279           LoadDocumentWithIgnoreSection.
1280
1281 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1282
1283         * added this file as a new entry.
1284           See ../ChangeLog to find ChangeLog entries before than this day.