2010-01-20 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Serialization / ChangeLog
1 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlSerializerTests.cs : added test for #566370.
4
5 2008-11-05  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XmlReflectionImporterTests.cs : added test for #430759.
8
9 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs:
12           added test for bug #419973.
13
14 2008-06-05  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XmlSerializerTestClasses.cs, DeserializeTests.cs,
17           ComplexDataStructure.cs : added test for bug #378696.
18           Fixed couple of wrong tests that expects default values filled
19           during deserialization.
20
21 2008-04-11  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs : added test
24         for IXmlSerializable serialization whose GetSchema() borks.
25
26 2008-04-01  Lluis Sanchez Gual <lluis@novell.com> 
27
28         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs: Test nullable
29           enums.
30
31 2008-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * XmlCodeExporterTests.cs: Remove CWL.
34
35 2008-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * XmlSerializationReaderTests.cs: Marked HandleOutAttributeParameters
38         test as NotDotNet on 1.0 profile.
39         * XmlCodeExporterTests.cs: Improved test for duplicate identifiers.
40         Fixed ExportTypeMapping_Root and ExportTypeMapping_Field tests to
41         pass on .NET 2.0.
42
43 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * XmlSchemasTests.cs : new test file (for bug #360541).
46
47 2007-11-02  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * XmlSerializerTests.cs : added test for bug #338705.
50
51 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XmlSchemaImporterTests.cs : test for importing simple-typed
54           top-level element.
55
56 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * XmlSchemaExporterTests.cs : without Infoset(), those tests randomly
59           fail on .NET. This fix is incomplete. Someone please continue this
60           boring work. I don't want to do that.
61
62 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * XmlSerializerTests.cs : added test for bug #337729.
65
66 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * XmlCodeExporterTests.cs : enable the previous test again.
69
70 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * XmlCodeExporterTests.cs : disable the previous test; it's reverted.
73
74 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * XmlCodeExporterTests.cs : added test for (part of?) bug #336739,
77           base simple content enum type output.
78
79 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XmlSerializerTests.cs : added test for DataType in [XmlElement].
82
83 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * XmlSerializerTests.cs : another XmlSchemaProvider test; use it
86           as a member of an array.
87
88 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * XmlSerializerTests.cs : added deserialization test for
91           XmlSchemaProviderAttribute use.
92         * XmlReflectionImporterTests.cs : added test for conclict resolution
93           between defaultNamespace and XmlSchemaProvider() namespace.
94         * XmlSchemaExporterTests.cs : use Infoset() comparison.
95
96 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * XmlSerializerTests.cs, XmlReflectionImporterTests.cs :
99           added tests for XmlSchemaProviderAttribute and how its qname works.
100
101 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * XmlReflectionImporterTest.cs : test for bug #81880.
104
105 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * XmlCodeExporterTests.cs : test for bug #82078.
108
109 2007-07-26  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * XmlSerializerTests.cs : test for #81539.
112
113 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
114
115         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs :
116           fixed wrong dateTime formatting tests.
117
118 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
119
120         * XmlSerializerTests.cs : another case on #80759 from gert.
121
122 2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * XmlSerializerTests.cs :
125           added missing test from 80759, and marked similar but different one
126           from the same bug as not working.
127
128 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * XmlSerializerTests.cs :
131           Added test for serializing private-constructor-only class.
132
133 2007-02-20  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * XmlSerializationReaderTests.cs : test non-empty element as well.
136
137 2007-02-20  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * XmlSerializationReaderTests.cs : added test for out attribute
140           parameters. It also tests empty root element.
141
142 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * XmlReflectionImporterTests.cs : added another test for nullable
145           container.
146
147 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * XmlReflectionImporterTests.cs : added test for nullable int import.
150
151 2007-02-14  Atsushi Enomoto  <atsushi@ximian.com>
152
153         * XmlSerializerTests.cs : added HasFieldSpecifiedButIrrelevant().
154
155 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
156
157         * XmlCodeExporter.cs: Avoid hardcoding version numbers. Enable tests
158         again on 2.0 profile.
159
160 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * SoapReflectionImporterTests.cs : removed some NotWorking.
163
164 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
165
166         * XmlSerializerTests.cs : added some XmlNode array/list tests.
167         * XmlSerializationWriterTests.cs : removed more NotWorking. Added
168           WriteTypedPrimitive() error test for XmlNode.
169
170 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
171
172         * XmlSerializationWriterTests.cs : removed some NotWorking.
173
174 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
175
176         * DeserializeTests.cs : a lot of tests were actually fixed yet.
177
178 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
179
180         * XmlCodeExporterTests.cs : Gert's tests often condemn Microsoft
181           that they upgrade version numbers.
182
183 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * XmlSchemaImporterTests.cs :
186           Added ImportMembersMapping_NullableField().
187
188 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
189
190         * XmlSchemaImporterTests.cs :
191           test that <xs:element nillable='true' ...> is mapped to Nullable<T>.
192
193 2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>
194
195         * XmlSerializerTests.cs : Fixed NotDotNet generic test which itself
196           was wrong.
197
198 2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>
199
200         * XmlSerializerTests.cs : most of generic tests are working now.
201         * XmlReflectionImporterTests.cs : test for rejecting generic type
202           definition.
203
204 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
205
206         * XmlSerializerTests.cs :
207           added base64 tests which is similar to hexBinary.
208
209 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
210
211         * XmlSerializerTests.cs: Undo some of Hagit's code formatting changes.
212
213 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
214
215         * XmlSerializerTests.cs: Only compile generic tests on 2.0 profile.
216         Fixes build.
217         * DeserializeTests.cs: Same.
218         * XmlSerializerTestClasses.cs: Same.
219
220 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
221
222         * XmlSchemaExporterTests.cs: Added tests for (part of) bug #78214.
223
224 2006-12-03  Hagit Yidov  <hagity@xmainsoft.com>
225
226         * XmlSerializerTests.cs : added tests for serialization of generic types.
227         * DeserializeTests.cs : added tests for deserialization of generic types.
228         * XmlSerializerTestClasses.cs : added classes for tests which use generic types.
229
230 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
231
232         * XmlSerializerTests.cs : added tests for XmlArrayAttribute support.
233
234 2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>
235
236         * XmlSerializerTests.cs : added test for hexBinary.
237
238 2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>
239
240         * XmlReflectionImporterTests.cs : added test for class that contains
241           nullable value type field whose XmlElementAttribute IsNullable.
242
243 2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
244
245         * XmlSerializerTests.cs : added test for nullable type.
246
247 2006-11-17  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * XmlSerializerTests.cs : test for basic generic type support with
250           code generation.
251
252 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
253
254         * XmlSerializerImplementationTests.cs :
255           another custom implementation case.
256
257 2006-11-10  Atsushi Enomoto  <atsushi@ximian.com>
258
259         * XmlSchemaExporterTests.cs :
260           fixed almost all test cases which expected totally wrong schemas.
261           Schema elements are all nillable unless it is of value type.
262
263 2006-11-09  Atsushi Enomoto  <atsushi@ximian.com>
264
265         * XmlSchemaImporterTests.cs :
266           added DefaultTypeTopLevelElementImportsAllComplexTypes().
267
268 2006-11-09  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * XmlSchemaImporterTests.cs :
271           added ImportComplexDerivationByExtension().
272
273 2006-11-08  Atsushi Enomoto  <atsushi@ximian.com>
274
275         * XmlSchemaImporterTests.cs :
276           added AnyTypeTopLevelElementImportsAllComplexTypes().
277
278 2006-11-08  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * XmlSchemaImporterTests.cs : added ImportTypeMapping() test for
281           nonexistent name.
282
283 2006-11-02  Atsushi Enomoto  <atsushi@ximian.com>
284
285         * CodeIdentifiersTests.cs : new test.
286
287 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
288
289         * XmlSerializerImplementationTests.cs : new testfixture.
290
291 2006-10-10  Gert Driesen  <drieseng@users.sourceforge.net>
292
293         * XmlSerializerTests.cs: Added a few tests. Fixed coding style.
294
295 2006-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
296
297         * DeserializeTest.cs: Added several tests.
298         * XmlSerializerTestClasses.cs: Added test classes for encoded SOAP.
299         * XmlSerializerTests.cs: Added new tests and fixed existing test.
300         * XmlReflectionImporterTests.cs: Added test for invalid default
301         values.
302         * SoapReflectionImporterTests.cs: Fixed numbering of tests.
303
304 2006-10-01  Gert Driesen  <drieseng@users.sourceforge.net>
305
306         * SoapReflectionImporterTests.cs: Added tests for bug #78206.
307
308 2006-05-30  Atsushi Enomoto  <atsushi@ximian.com>
309
310         * XmlSerializerTests.cs : added tailored version of bug #78536 test.
311
312 2006-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
313
314         * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
315         XmlRootAttribute in tests.
316
317 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
318
319         * SoapSchemaExporterTests.cs: Sync expected results with changes to
320         test classes.
321         * XmlCodeExporterTests.cs: Same.
322
323 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
324
325         * DeserializeTests.cs: Improved TestDeserialize_Enum test for 
326         bug #78204.
327
328 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
329
330         * SoapAttributesTests.cs: Added tests for bug #78205.
331         * XmlSerializerTestClasses.cs: Added test classes and improved existing
332         classes for usage in upcoming bug reports.
333
334 2006-04-24  Gert Driesen  <drieseng@users.sourceforge.net>
335
336         * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
337         #78145.
338
339 2006-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
340
341         * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
342         * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
343         on MS.NET 2.0.
344
345 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
346
347         * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
348         marked NotWorking).
349
350 2006-03-25  Gert Driesen  <drieseng@users.sourceforge.net>
351
352         * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
353
354 2006-03-25  Gert Driesen  <drieseng@users.sourceforge.net>
355
356         * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
357         for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
358         tests.
359
360 2006-03-22  Gert Driesen  <drieseng@users.sourceforge.net>
361
362         * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for 
363         void and null type argument. Improved WrongChoices test to make sure
364         the exception(s) we throw match those of MSFT. Added test for bug
365         #77591.
366
367 2006-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
368
369         * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
370
371 2006-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
372
373         * DeserializeTests.cs: Enabled tests for bug #77530.
374         * XmlSerializerTests.cs: Enabled tests for bug #77530. 
375
376 2006-03-07  Lluis Sanchez Gual  <lluis@novell.com>
377
378         * System.Xml.Serialization/XmlSerializerTestClasses.cs:
379         * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
380           for XmlSchemaForm.
381
382 2006-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
383
384         * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
385         * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
386
387 2006-02-16  Lluis Sanchez Gual  <lluis@novell.com>
388
389         * XmlSchemaImporterTests.cs: Added test for bug #76848.
390
391 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
392
393         * XmlRootAttributeTests.cs: Set eol-style to CRLF.
394         * SoapTypeAttributeTests.cs: Same.
395         * XmlIncludeAttributeTests.cs: Same.
396         * XmlTextAttributeTests.cs: Same.
397         * XmlSerializerTests.cs: Same.
398         * SoapIncludeAttributeTests.cs: Same.
399         * XmlSerializationWriterTests.cs: Same.
400         * XmlElementAttributeTests.cs: Same.
401         * ComplexDataStructure.cs: Same.
402         * DeserializerTests.cs: Same.
403         * SoapElementAttributeTests.cs: Same.
404         * XmlChoiceIdentifierAttributeTests.cs: Same.
405         * XmlArrayItemAttributeTests.cs: Same.
406         * XmlAnyElementAttributeTests.cs: Same.
407         * XmlAttributesTests.cs: Same.
408         * XmlAttributeAttributeTests.cs: Same.
409         * XmlEnumAttributeTests.cs: Same.
410         * SoapAttributeAttributeTests.cs: Same.
411         * SoapEnumAttributeTests.cs: Same.
412         * SoapSchemaMemberTests.cs: Same.
413         * XmlArrayAttributeTests.cs: Same.
414         * XmlSerializerTestClasses.cs: Same.
415         * XmlSchemaImporterTests.cs: Set eol-style to native.
416
417 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
418
419         * XmlReflectionImporterTests.cs: Added test for IDictionary import.
420         Set eol style to CRLF.
421         * SoapReflectionImporterTests.cs: Added test for IDictionary import.
422
423 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
424
425         * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
426
427 2006-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
428
429         * DeserializeTests.cs: Added tests for deserialization of enums, and
430         primitive types container.
431         * XmlSerializerTests.cs: Numbered some tests.
432
433 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
434
435         * XmlSerializerTests.cs: Fixed build after failed merge.
436
437 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
438
439         * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
440         XML and encoded serialization of enums.
441
442 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
443
444         * XmlSerializationWriterTests.cs: Added Reset overload that takes
445         Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
446         bug #77512.
447
448 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
449         
450         * SoapReflectionImporterTests.cs: Marked test NotDotNet.
451
452 2006-02-09  Lluis Sanchez Gual  <lluis@novell.com>
453
454         * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
455         for bug #77447.
456
457 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
458
459         * XmlSerializerTests.cs: Added constants for usage in new tests.
460         Added methods for encoded serialization. Fixed line endings.
461
462 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
463
464         * XmlSerializerTestClasses.cs: Added test classes.
465
466 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
467
468         * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
469         Assertion class. Added tests for FromEnum, WriteXsiType, 
470         WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
471         accessibility of Reset and Content on XmlSerializationWriterTester
472         and added public Execute methods for WritePotentiallyReferencingElement
473         and WriteTypedPrimitive, to allow this class to be useful for tests
474         that have effect on the prefix for other tests.
475         * XmlSerializationReaderTests.cs: Added tests for ToEnum.
476
477 2006-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
478
479         * XmlTypeAttributeTests.cs: Set eol-style to native.
480
481 2006-02-06  Gert Driesen  <drieseng@users.sourceforge.net>
482
483         * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
484         Renumbered tests. Fixed line endings.
485
486 2006-02-05  Gert Driesen  <drieseng@users.sourceforge.net>
487
488         * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
489         tests that were catching NUnit's AssertionException too.
490
491 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
492         
493         * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
494         due to bug #77117 to pass on Mono (until that bug is fixed) and 
495         mark these tests NotDotNet.
496
497 2006-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
498
499         * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
500         have landed in svn.
501         * SoapReflectionImporterTests.cs: Added numerous tests.
502         * XmlSchemaImporterTests.cs: Added numerous tests.
503         * XmlSchemaExporterTests.cs: Added numerous tests.
504         * SoapSchemaExporterTests.cs: Added numerous tests.
505         * XmlSerializerTestClasses.cs: Added test classes for 
506         XmlSchemaExporter. Fixed line endings (to CRLF).
507
508 2006-01-07  Gert Driesen  <drieseng@users.souceforge.net>
509
510         * XmlReflectionImporterTests.cs: Added numerous tests. No longer
511         derive from Assertion.
512
513 2005-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
514
515         * XmlSchemaExporterTests.cs: Added tests for exporting structs, and 
516         arrays. Added tests for bug #77117. Refactored some existing tests.
517
518 2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
519
520         * XmlSerializerTests.cs: Added serialization test for XmlSchema.
521         * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
522         and primitives.
523
524 2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
525
526         * XmlSerializerTests.cs: Number individual tests.
527
528 2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
529
530         * XmlAttributesTests.cs: No longer derive from Assertion, number
531         individual tests.
532
533 2005-12-05  Lluis Sanchez Gual  <lluis@novell.com> 
534
535         * XmlSerializerTestClasses.cs:
536         * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
537
538 2005-12-01  Lluis Sanchez Gual  <lluis@novell.com> 
539
540         * XmlSerializerTestClasses.cs:
541         * XmlSerializerTests.cs: Added tests for bug #76860.
542
543 2005-11-24  Vladimir Krasnov  <vladimirk@mainsoft.com>
544
545         * XmlSerializerTestClasses.cs: added two enum types, without 
546         0-value
547         * XmlSerializerTests.cs: added tests for serialization enum's 
548         default value
549
550 2005-09-26  Lluis Sanchez Gual  <lluis@novell.com> 
551
552         * XmlSerializerTests.cs, DeserializeTests.cs, 
553         XmlSerializerTestClasses.cs: Added tests for serialization of
554         arrays of choice values.
555
556 2005-09-21  Lluis Sanchez Gual  <lluis@novell.com> 
557
558         * XmlSerializerTests.cs, Added test for bug #76049.
559
560 2005-09-21  Lluis Sanchez Gual  <lluis@novell.com>
561
562         * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
563         for bug #75986.
564
565 2005-08-24  Lluis Sanchez Gual  <lluis@novell.com>
566
567         * XmlSerializerTests.cs: Added test for bug #75855.
568         * DeserializeTests.cs: New test.
569         * XmlSerializerTestClasses.cs: New test classes.
570
571 2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
572
573         * ComplexDataStructure.cs: Fixed test due to change in default value
574         of XmlArrayItemAttribute.IsNullable.
575         * SoapAttributeAttributeTests.cs: Added tests for default values.
576         * SoapElementAttributeTests.cs: Added tests for default values.
577         * SoapEnumAttributeTests.cs: Added tests for default values.
578         * SoapIncludeAttributeTests.cs: Added tests for default values.
579         * SoapSchemaMemberTests.cs: Added tests for default values.
580         * SoapTypeAttributeTests.cs: Added tests for default values.
581         * XmlAnyElementAttributeTests.cs: Added tests for default values.
582         * XmlArrayAttributeTests.cs: Added tests for default values.
583         * XmlArrayItemAttributeTests.cs: Added tests for default values.
584         * XmlAttributeAttributeTests.cs: Added tests for default values.
585         * XmlChoiceIdentifierAttributeTests.cs: Added tests for default 
586         values.
587         * XmlElementAttributeTests.cs: Added tests for default values.
588         * XmlEnumAttributeTests.cs: Added tests for default values.
589         * XmlIncludeAttributeTests.cs: Added tests for default values.
590         * XmlRootAttributeTests.cs: Added tests for default values.
591         * XmlTextAttributeTests.cs: Added tests for default values.
592         * XmlTypeAttributeTests.cs: Added tests for default values.
593
594 2005-06-17  Raja R Harinath  <rharinath@novell.com>
595
596         * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
597         errors while printing timezone offset (off.TotalHours == 5.5 gets
598         printed as 6).  Fix sign of timezone.
599
600 2005-04-26  Lluis Sanchez Gual  <lluis@novell.com>
601
602         * XmlSerializerTests.cs:
603         * DeserializeTests.cs:
604         * XmlSerializerTestClasses.cs: Added tests for readonly properties and
605         elements with spaces on them.
606
607 2005-03-30  Lluis Sanchez Gual  <lluis@novell.com>
608
609         * XmlSerializerTests.cs:
610         * XmlReflectionImporterTests.cs:
611         * DeserializeTests.cs:
612         * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
613
614 2005-03-29  Lluis Sanchez Gual  <lluis@novell.com>
615
616         * XmlSerializerTests.cs:
617         * DeserializeTests.cs: 
618         * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
619
620 2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>
621
622         * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
623           string comparison.
624
625 2005-02-10  Nick Drochak  <ndrochak@ieee.org>
626
627         * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
628
629 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
630
631         * DeserializeTests.cs: Added test case for bug #72265.
632
633 2005-01-30  Nick Drochak  <ndrochak@ieee.org>
634
635         * ComplexDataStructure.cs:
636         * DeserializationTests.cs: Ignore failures on .NET
637
638 2004-09-02  Lluis Sanchez Gual <lluis@novell.com>
639
640         * XmlSerializerTestClasses.cs: Added some test classes.
641         * DeserializeTests.cs: Added tests for bug #61464.
642
643 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
644
645         * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
646           Minor fixes in Infoset method.
647         * ComplexDataStructure.cs: New set of tests for testing complex object
648           serialization.
649
650 2004-03-13  David Sheldon <dave-mono@earth.li>
651
652   * XmlReflectionImporterTests.cs: Switched the AssertEquals around 
653    the other way, so that the expecteed value was the first parameter. 
654    This makes the error messages you get out of it better.
655
656 2004-03-12  Lluis Sanchez Gual  <lluis@ximian.com>
657
658         * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
659         * XmlAttributesTests.cs, XmlReflectionImporterTests.cs, 
660           XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
661           Simplified namespace hierarchy.
662         * XmlSerializerTestClasses.cs: Added more test classes.
663
664 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
665
666         * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
667         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares 
668           independent from the text format.
669
670 2003-05-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
671
672         * added DeserializeTests.cs and XmlAttributesTest.cs
673
674 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
675
676         * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
677           and replaced some Assert() with AssertEquals().
678           Applied USE_VERSION_1_1 to TestConstructor().
679
680 2003-05-16  Dick Porter  <dick@ximian.com>
681
682         * XmlSerializerTests.cs: Test what happens when nulls are passed
683         to the constructor
684
685 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
686
687         * XmlSerializerTests.cs : fixed some argument orders and fixed
688           timezone dependent part of TestSerializeDateTime().
689
690 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
691         * Tests inherits from Assertion and Assertion. prefixes removed
692
693 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
694
695         * added XmlSerializationWriterTests.cs. (by Erik)
696
697 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
698
699         * added XmlReflectionImporterTests.cs. (by Erik)
700
701 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
702
703         * added this file as a new entry.
704           See ../ChangeLog to find former ChangeLog entries.
705         * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
706           (by Erik Lebel)