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