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