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